orbtree
Static Public Attributes | List of all members
stacked_vector::at_least_input_iterator< It > Struct Template Reference

helper to distinguish iterators More...

#include <vector_stacked.h>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<class It>
struct stacked_vector::at_least_input_iterator< It >

helper to distinguish iterators

Member Data Documentation

◆ value

template<class It >
constexpr bool stacked_vector::at_least_input_iterator< It >::value
static
Initial value:
= at_least_forward_iterator<It>::value ||
std::is_same< typename std::iterator_traits<It>::iterator_category, typename std::input_iterator_tag >::value

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