STIR  6.3.0
stir::has_iterator_and_no_full_iterator< T > Struct Template Reference

Helper to check if the type has an iterator but no full_iterator typedef (e.g. std::vector<int>) More...

#include "stir/type_traits.h"

Inherits conjunction< has_iterator< T >, std::negation< has_full_iterator< T > > >.

Detailed Description

template<typename T>
struct stir::has_iterator_and_no_full_iterator< T >

Helper to check if the type has an iterator but no full_iterator typedef (e.g. std::vector<int>)


The documentation for this struct was generated from the following file: