45 template <
typename T,
typename =
void>
51 struct is_nested_map<T, std::void_t<typename T::nested_tables, typename T::table_of_values>> : std::true_type
64 template <
typename T,
typename =
void>
90 std::ostringstream os;
91 for (
const auto& it : table)
111 template <
typename T>
Contains conversion utilities to transform data between different formats and types....
Definition buffer.hpp:35
std::string to_string(const container::buffer &b)
Creates a std::string from the contents of a container::buffer.
Definition buffer.hpp:42
std::string indent(int indentation)
Returns a string consisting of indentation tab characters.
Definition string.hpp:54
Type trait to check if a given type supports key_type and mapped_type, similar to std::map.
Definition map.hpp:66
Type trait to check if a given type is a nested map.
Definition map.hpp:47