MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / int_to_string

Function int_to_string

extern/json/json.hpp:5112–5117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5110
5111template<typename string_type>
5112void int_to_string( string_type& target, std::size_t value )
5113{
5114 // For ADL
5115 using std::to_string;
5116 target = to_string(value);
5117}
5118template<typename IteratorType> class iteration_proxy_value
5119{
5120 public:

Callers 1

Calls 1

to_stringFunction · 0.70

Tested by

no test coverage detected