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

Function concat_into

include/behaviortree_cpp/contrib/json.hpp:4265–4266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4263
4264template<typename OutStringType>
4265inline void concat_into(OutStringType& /*out*/)
4266{}
4267
4268template<typename StringType, typename Arg>
4269using string_can_append = decltype(std::declval<StringType&>().append(std::declval < Arg && > ()));

Callers 1

concatFunction · 0.85

Calls 5

appendMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected