MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / int_to_string

Function int_to_string

Source/Utils/json.hpp:3835–3840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3833 {
3834 template<typename string_type>
3835 void int_to_string(string_type& target, std::size_t value)
3836 {
3837 // For ADL
3838 using std::to_string;
3839 target = to_string(value);
3840 }
3841 template<typename IteratorType> class iteration_proxy_value
3842 {
3843 public:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected