13#include <nlohmann/detail/abi_macros.hpp>
15NLOHMANN_JSON_NAMESPACE_BEGIN
30 constexpr operator size_t()
const
37NLOHMANN_JSON_NAMESPACE_END
detail namespace with internal helper functions
定义 from_json.hpp:43
struct to capture the start position of the current token
定义 position_t.hpp:21
std::size_t chars_read_total
the total number of characters read
定义 position_t.hpp:23
std::size_t chars_read_current_line
the number of characters read in the current line
定义 position_t.hpp:25
std::size_t lines_read
the number of lines read
定义 position_t.hpp:27