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

Function int_to_string

Source/external/json.hpp:5108–5113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

to_stringFunction · 0.70

Tested by

no test coverage detected