flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
nlohmann::json_abi_v3_11_3::detail::iterator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > > Struct Template Reference

#include <json.hpp>

Collaboration diagram for nlohmann::json_abi_v3_11_3::detail::iterator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > >:
Collaboration graph

Public Types

using difference_type = typename It::difference_type
 
using iterator_category = typename It::iterator_category
 
using pointer = typename It::pointer
 
using reference = typename It::reference
 
using value_type = typename It::value_type
 

Detailed Description

template<typename It>
struct nlohmann::json_abi_v3_11_3::detail::iterator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > >

Definition at line 3275 of file json.hpp.

Member Typedef Documentation

◆ difference_type

template<typename It >
using nlohmann::json_abi_v3_11_3::detail::iterator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > >::difference_type = typename It::difference_type

Definition at line 3280 of file json.hpp.

◆ iterator_category

template<typename It >
using nlohmann::json_abi_v3_11_3::detail::iterator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > >::iterator_category = typename It::iterator_category

Definition at line 3284 of file json.hpp.

◆ pointer

template<typename It >
using nlohmann::json_abi_v3_11_3::detail::iterator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > >::pointer = typename It::pointer

Definition at line 3282 of file json.hpp.

◆ reference

template<typename It >
using nlohmann::json_abi_v3_11_3::detail::iterator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > >::reference = typename It::reference

Definition at line 3283 of file json.hpp.

◆ value_type

template<typename It >
using nlohmann::json_abi_v3_11_3::detail::iterator_types< It, void_t< typename It::difference_type, typename It::value_type, typename It::pointer, typename It::reference, typename It::iterator_category > >::value_type = typename It::value_type

Definition at line 3281 of file json.hpp.


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