|
| template<typename RefStringTypeLhs , typename RefStringTypeRhs > |
| bool | operator== (const json_pointer< RefStringTypeLhs > &lhs, const json_pointer< RefStringTypeRhs > &rhs) noexcept |
| |
| template<typename RefStringTypeLhs , typename StringType = typename json_pointer<RefStringTypeLhs>::string_t> |
| bool | operator== (const json_pointer< RefStringTypeLhs > &lhs, const StringType &rhs) |
| |
| template<typename RefStringTypeRhs , typename StringType = typename json_pointer<RefStringTypeRhs>::string_t> |
| bool | operator== (const StringType &lhs, const json_pointer< RefStringTypeRhs > &rhs) |
| |
| template<typename RefStringTypeLhs , typename RefStringTypeRhs > |
| bool | operator!= (const json_pointer< RefStringTypeLhs > &lhs, const json_pointer< RefStringTypeRhs > &rhs) noexcept |
| |
| template<typename RefStringTypeLhs , typename StringType = typename json_pointer<RefStringTypeLhs>::string_t> |
| bool | operator!= (const json_pointer< RefStringTypeLhs > &lhs, const StringType &rhs) |
| |
| template<typename RefStringTypeRhs , typename StringType = typename json_pointer<RefStringTypeRhs>::string_t> |
| bool | operator!= (const StringType &lhs, const json_pointer< RefStringTypeRhs > &rhs) |
| |
| template<typename RefStringTypeLhs , typename RefStringTypeRhs > |
| bool | operator< (const json_pointer< RefStringTypeLhs > &lhs, const json_pointer< RefStringTypeRhs > &rhs) noexcept |
| |
| template<template< typename, typename, typename... > class ObjectType, template< typename, typename... > class ArrayType, class StringType , class BooleanType , class NumberIntegerType , class NumberUnsignedType , class NumberFloatType , template< typename > class AllocatorType, template< typename, typename=void > class JSONSerializer, class BinaryType , class CustomBaseClass > |
| std::string | to_string (const basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass > &j) |
| | user-defined to_string function for JSON values More...
|
| |
namespace to hold default to_json function to see why this is required: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4381.html
template<template< typename, typename, typename... > class ObjectType, template< typename, typename... > class ArrayType, class StringType , class BooleanType , class NumberIntegerType , class NumberUnsignedType , class NumberFloatType , template< typename > class AllocatorType, template< typename, typename=void > class JSONSerializer, class BinaryType , class CustomBaseClass >
| std::string nlohmann::json_abi_v3_11_3::to_string |
( |
const basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass > & |
j | ) |
|