Template Struct iterator_traits< T, enable_if_t< !std::is_pointer< T >::value > >

Inheritance Relationships

Base Types

Struct Documentation

template<typename T>
struct iterator_traits<T, enable_if_t<!std::is_pointer<T>::value>> : public nlohmann::detail::iterator_types<T>, public nlohmann::detail::iterator_types<T>