1#ifndef INCLUDE_NLOHMANN_JSON_FWD_HPP_
2#define INCLUDE_NLOHMANN_JSON_FWD_HPP_
24template<
typename T =
void,
typename SFINAE =
void>
27template<
template<
typename U,
typename V,
typename... Args>
class ObjectType =
29 template<
typename U,
typename... Args>
class ArrayType = std::vector,
30 class StringType = std::string,
class BooleanType = bool,
31 class NumberIntegerType = std::int64_t,
32 class NumberUnsignedType = std::uint64_t,
33 class NumberFloatType = double,
34 template<
typename U>
class AllocatorType = std::allocator,
35 template<
typename T,
typename SFINAE =
void>
class JSONSerializer =
37 class BinaryType = std::vector<std::uint8_t>>
51template<
typename BasicJsonType>
64template<
class Key,
class T,
class IgnoredLess,
class Allocator>
a class to store JSON values
Definition json.hpp:177
namespace for Niels Lohmann
Definition adl_serializer.hpp:12
ordered_map: a minimal map-like container that preserves insertion order for use within nlohmann::bas...
Definition ordered_map.hpp:22