helper to distinguish iterators
More...
#include <vector_stacked.h>
|
static constexpr bool | value |
|
template<class It>
struct stacked_vector::at_least_forward_iterator< It >
helper to distinguish iterators
◆ value
Initial value:=
std::is_same< typename std::iterator_traits<It>::iterator_category, typename std::forward_iterator_tag >::value ||
std::is_same< typename std::iterator_traits<It>::iterator_category, typename std::bidirectional_iterator_tag >::value ||
std::is_same< typename std::iterator_traits<It>::iterator_category, typename std::random_access_iterator_tag >::value
The documentation for this struct was generated from the following file: