TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ int_to_string()

template<typename string_type >
void nlohmann::detail::int_to_string ( string_type &  target,
std::size_t  value 
)

Definition at line 4383 of file json.hpp.

4384{
4385 // For ADL
4386 using std::to_string;
4387 target = to_string(value);
4388}
NLOHMANN_BASIC_JSON_TPL_DECLARATION std::string to_string(const NLOHMANN_BASIC_JSON_TPL &j)
user-defined to_string function for JSON values
Definition: json.hpp:26693