|
STIR
6.3.0
|
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 > > >.
Helper to check if the type has an iterator but no full_iterator typedef (e.g. std::vector<int>)
1.8.13