![]() |
DAW JSON Link
|
#include <daw/daw_cxmath.h>
#include <daw/daw_uint_buffer.h>
#include <array>
#include <cstddef>
#include <cstdint>
Go to the source code of this file.
Namespaces | |
daw | |
daw::json | |
daw::json::DAW_JSON_VER | |
daw::json::DAW_JSON_VER::json_details | |
Functions | |
template<typename Predicate > | |
constexpr DAW_ATTRIB_FLATINLINE std::int32_t | daw::json::DAW_JSON_VER::json_details::count_4digits (char const *first, Predicate pred) |
template<typename Predicate > | |
constexpr DAW_ATTRIB_FLATINLINE std::int32_t | daw::json::DAW_JSON_VER::json_details::count_8digits (char const *first, Predicate pred) |
template<typename CharT > | |
constexpr DAW_ATTRIB_FLATTEN CharT * | daw::json::DAW_JSON_VER::json_details::count_digits (CharT *first, CharT *last) |
Variables | |
constexpr auto | daw::json::DAW_JSON_VER::json_details::is_digit |