MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / int_to_string

Function int_to_string

include/behaviortree_cpp/contrib/json.hpp:5179–5184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5177
5178template<typename string_type>
5179void int_to_string( string_type& target, std::size_t value )
5180{
5181 // For ADL
5182 using std::to_string;
5183 target = to_string(value);
5184}
5185template<typename IteratorType> class iteration_proxy_value
5186{
5187 public:

Callers 1

Calls 1

to_stringFunction · 0.70

Tested by

no test coverage detected