MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / int_to_string

Function int_to_string

lesson6-Segmentation/json.hpp:3835–3840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3833{
3834template<typename string_type>
3835void 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}
3841template<typename IteratorType> class iteration_proxy_value
3842{
3843 public:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected