Template Struct typeTransformer
Defined in File TIMUtilities.h
Inheritance Relationships
Base Type
public std::iterator< std::iterator_traits< TI >::iterator_category, VAL::pddl_type * >
Struct Documentation
-
template<class TI>
struct typeTransformer : public std::iterator<std::iterator_traits<TI>::iterator_category, VAL::pddl_type*> Public Functions
-
inline typeTransformer<TI> &operator++()
-
inline bool operator==(const typeTransformer<TI> &t) const
-
inline size_t operator-(const typeTransformer<TI> &t) const
-
inline typeTransformer<TI> &operator++()