helper to distinguish iterators
More...
#include <vector_realloc.h>
|
static constexpr bool | value |
|
template<class It>
struct realloc_vector::at_least_input_iterator< It >
helper to distinguish iterators
◆ value
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: