Instrument Neutral Distributed Interface INDI  2.0.2
Public Types | List of all members
nlohmann::detail::iterator_traits< T *, enable_if_t< std::is_object< T >::value > > Struct Template Reference

#include <json.h>

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 3108 of file json.h.

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 3112 of file json.h.

◆ 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 3110 of file json.h.

◆ pointer

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

Definition at line 3113 of file json.h.

◆ reference

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

Definition at line 3114 of file json.h.

◆ 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 3111 of file json.h.


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