MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / string to_string

Method string to_string

extern/json/json.hpp:24344–24348  ·  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

24342/// @brief user-defined to_string function for JSON values
24343/// @sa https://json.nlohmann.me/api/basic_json/to_string/
24344NLOHMANN_BASIC_JSON_TPL_DECLARATION
24345std::string to_string(const NLOHMANN_BASIC_JSON_TPL& j)
24346{
24347 return j.dump();
24348}
24349
24350inline namespace literals
24351{

Callers

nothing calls this directly

Calls 1

dumpMethod · 0.80

Tested by

no test coverage detected