DAW JSON Link
Public Types | List of all members
DAW_JSON_NS::TestInputIteratorType< T > Struct Template Reference

#include <daw_json_parse_common.h>

Public Types

using difference_type = std::ptrdiff_t
 
using iterator_category = std::input_iterator_tag
 
using pointer = T *
 
using reference = T &
 
using value_type = T
 

Member Typedef Documentation

◆ difference_type

template<typename T >
using DAW_JSON_NS::TestInputIteratorType< T >::difference_type = std::ptrdiff_t

◆ iterator_category

template<typename T >
using DAW_JSON_NS::TestInputIteratorType< T >::iterator_category = std::input_iterator_tag

◆ pointer

template<typename T >
using DAW_JSON_NS::TestInputIteratorType< T >::pointer = T *

◆ reference

template<typename T >
using DAW_JSON_NS::TestInputIteratorType< T >::reference = T &

◆ value_type

template<typename T >
using DAW_JSON_NS::TestInputIteratorType< T >::value_type = T

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