MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / string to_string

Method string to_string

Source/external/json.hpp:24300–24304  ·  view source on GitHub ↗

@brief user-defined to_string function for JSON values @sa https://json.nlohmann.me/api/basic_json/to_string/

Source from the content-addressed store, hash-verified

24298/// @brief user-defined to_string function for JSON values
24299/// @sa https://json.nlohmann.me/api/basic_json/to_string/
24300NLOHMANN_BASIC_JSON_TPL_DECLARATION
24301std::string to_string(const NLOHMANN_BASIC_JSON_TPL& j)
24302{
24303 return j.dump();
24304}
24305
24306inline namespace literals
24307{

Callers

nothing calls this directly

Calls 1

dumpMethod · 0.80

Tested by

no test coverage detected