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/sPHENIX/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 2624 of file json.hpp.

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

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

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

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

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

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


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