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

struct to capture the start position of the current token 更多...

#include <json.hpp>

Public 成员函数

constexpr operator size_t () const
 conversion to size_t to preserve SAX interface
 

Public 属性

std::size_t chars_read_total = 0
 the total number of characters read
 
std::size_t chars_read_current_line = 0
 the number of characters read in the current line
 
std::size_t lines_read = 0
 the number of lines read
 

详细描述

struct to capture the start position of the current token

成员函数说明

◆ operator size_t()

constexpr detail::position_t::operator size_t ( ) const
inlineconstexpr

conversion to size_t to preserve SAX interface

类成员变量说明

◆ chars_read_current_line

std::size_t detail::position_t::chars_read_current_line = 0

the number of characters read in the current line

◆ chars_read_total

std::size_t detail::position_t::chars_read_total = 0

the total number of characters read

◆ lines_read

std::size_t detail::position_t::lines_read = 0

the number of lines read


该结构体的文档由以下文件生成: