Crossfire Server, Trunk
nlohmann::detail::iterator_traits< T *, enable_if_t< std::is_object< T >::value > > Struct Template Reference

#include <json.hpp>

+ Collaboration diagram for nlohmann::detail::iterator_traits< T *, enable_if_t< std::is_object< T >::value > >:

Public Types

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

Detailed Description

template<typename T>
struct nlohmann::detail::iterator_traits< T *, enable_if_t< std::is_object< T >::value > >

Definition at line 3263 of file json.hpp.

Member Typedef Documentation

◆ difference_type

template<typename T >
using nlohmann::detail::iterator_traits< T *, enable_if_t< std::is_object< T >::value > >::difference_type = ptrdiff_t

Definition at line 3267 of file json.hpp.

◆ iterator_category

template<typename T >
using nlohmann::detail::iterator_traits< T *, enable_if_t< std::is_object< T >::value > >::iterator_category = std::random_access_iterator_tag

Definition at line 3265 of file json.hpp.

◆ pointer

template<typename T >
using nlohmann::detail::iterator_traits< T *, enable_if_t< std::is_object< T >::value > >::pointer = T*

Definition at line 3268 of file json.hpp.

◆ reference

template<typename T >
using nlohmann::detail::iterator_traits< T *, enable_if_t< std::is_object< T >::value > >::reference = T&

Definition at line 3269 of file json.hpp.

◆ value_type

template<typename T >
using nlohmann::detail::iterator_traits< T *, enable_if_t< std::is_object< T >::value > >::value_type = T

Definition at line 3266 of file json.hpp.


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