Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
nlohmann::detail::iterator_traits< T *, enable_if_t< std::is_object< T >::value > > Struct Template Reference

#include <json.hpp>

Public Types

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

Detailed Description

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

Definition at line 3268 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 3272 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 3270 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 3273 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 3274 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 3271 of file json.hpp.


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