slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
Public 成员函数 | Private 属性 | 所有成员列表
detail::span_input_adapter类 参考

#include <json.hpp>

Public 成员函数

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)
 
contiguous_bytes_input_adapter && get ()
 

Private 属性

contiguous_bytes_input_adapter ia
 

构造及析构函数说明

◆ span_input_adapter() [1/2]

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>
detail::span_input_adapter::span_input_adapter ( CharT b,
std::size_t l )
inline

◆ span_input_adapter() [2/2]

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>
detail::span_input_adapter::span_input_adapter ( IteratorType first,
IteratorType last )
inline

成员函数说明

◆ get()

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

类成员变量说明

◆ ia

contiguous_bytes_input_adapter detail::span_input_adapter::ia
private

该类的文档由以下文件生成: