STIR 6.4.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"

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: