MCPcopy Create free account
hub / github.com/dobin/RedEdr / string to_string

Method string to_string

RedEdrShared/json.hpp:24503–24507  ·  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

24501/// @brief user-defined to_string function for JSON values
24502/// @sa https://json.nlohmann.me/api/basic_json/to_string/
24503NLOHMANN_BASIC_JSON_TPL_DECLARATION
24504std::string to_string(const NLOHMANN_BASIC_JSON_TPL& j)
24505{
24506 return j.dump();
24507}
24508
24509inline namespace literals
24510{

Callers

nothing calls this directly

Calls 1

dumpMethod · 0.80

Tested by

no test coverage detected