#include <capd/complex/Iterators.hpp>
|
typedef boost::mpl::if_c< isConst, const CollectionT &, CollectionT & >::type | Collection |
|
typedef boost::transform_iterator< TransformT, typename boost::mpl::if_c< isConst, typename CollectionT::const_iterator, typename CollectionT::iterator >::type > | iterator |
|
typedef boost::transform_iterator< TransformT, typename CollectionT::const_iterator > | const_iterator |
|
template<bool isConst, typename CollectionT , typename TransformT >
template<bool isConst, typename CollectionT , typename TransformT >
template<bool isConst, typename CollectionT , typename TransformT >
typedef boost::transform_iterator<TransformT, typename boost::mpl::if_c<isConst, typename CollectionT::const_iterator, typename CollectionT::iterator>::type> Util::Iterators::CollectionBeginEnd< isConst, CollectionT, TransformT >::iterator |
template<bool isConst, typename CollectionT , typename TransformT >
template<bool isConst, typename CollectionT , typename TransformT >
template<bool isConst, typename CollectionT , typename TransformT >