MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / int_to_string

Function int_to_string

native/thirdpart/json/json.hpp:3293–3296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3291{
3292template<typename string_type>
3293void int_to_string( string_type& target, std::size_t value )
3294{
3295 target = std::to_string(value);
3296}
3297template <typename IteratorType> class iteration_proxy_value
3298{
3299 public:

Callers 1

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected