Public Types | List of all members
nlohmann::detail::iterator_traits< T *, enable_if_t< std::is_object< T >::value > > Struct Template Reference

#include <json.hpp>

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 2862 of file json.hpp.

Member Typedef Documentation

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

Definition at line 2866 of file json.hpp.

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 2864 of file json.hpp.

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

Definition at line 2867 of file json.hpp.

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

Definition at line 2868 of file json.hpp.

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

Definition at line 2865 of file json.hpp.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:51