Public Member Functions | Private Attributes | List of all members
nlohmann::detail::span_input_adapter Class Reference

#include <json.hpp>

Public Member Functions

contiguous_bytes_input_adapter && get ()
 
template<typename CharT , typename std::enable_if< std::is_pointer< CharT >::value &&std::is_integral< typename std::remove_pointer< CharT >::type >::value &&sizeof(typename std::remove_pointer< CharT >::type)==1, int >::type = 0>
 span_input_adapter (CharT b, std::size_t l)
 
template<class IteratorType , typename std::enable_if< std::is_same< typename iterator_traits< IteratorType >::iterator_category, std::random_access_iterator_tag >::value, int >::type = 0>
 span_input_adapter (IteratorType first, IteratorType last)
 

Private Attributes

contiguous_bytes_input_adapter ia
 

Detailed Description

Definition at line 5215 of file json.hpp.

Constructor & Destructor Documentation

template<typename CharT , typename std::enable_if< std::is_pointer< CharT >::value &&std::is_integral< typename std::remove_pointer< CharT >::type >::value &&sizeof(typename std::remove_pointer< CharT >::type)==1, int >::type = 0>
nlohmann::detail::span_input_adapter::span_input_adapter ( CharT  b,
std::size_t  l 
)
inline

Definition at line 5224 of file json.hpp.

template<class IteratorType , typename std::enable_if< std::is_same< typename iterator_traits< IteratorType >::iterator_category, std::random_access_iterator_tag >::value, int >::type = 0>
nlohmann::detail::span_input_adapter::span_input_adapter ( IteratorType  first,
IteratorType  last 
)
inline

Definition at line 5231 of file json.hpp.

Member Function Documentation

contiguous_bytes_input_adapter&& nlohmann::detail::span_input_adapter::get ( )
inline

Definition at line 5234 of file json.hpp.

Member Data Documentation

contiguous_bytes_input_adapter nlohmann::detail::span_input_adapter::ia
private

Definition at line 5240 of file json.hpp.


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


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