ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nlohmann::detail::iterator_traits< T *, enable_if_t< std::is_object< T >::value > > Struct Template Reference

#include <acts/blob/master/thirdparty/nlohmann_json/single_include/nlohmann/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 2308 of file json.hpp.

View newest version in sPHENIX GitHub at line 2308 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 2312 of file json.hpp.

View newest version in sPHENIX GitHub at line 2312 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 2310 of file json.hpp.

View newest version in sPHENIX GitHub at line 2310 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 2313 of file json.hpp.

View newest version in sPHENIX GitHub at line 2313 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 2314 of file json.hpp.

View newest version in sPHENIX GitHub at line 2314 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 2311 of file json.hpp.

View newest version in sPHENIX GitHub at line 2311 of file json.hpp


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