MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / concat_into

Function concat_into

Source/external/json.hpp:4193–4194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4191
4192template<typename OutStringType>
4193inline void concat_into(OutStringType& /*out*/)
4194{}
4195
4196template<typename StringType, typename Arg>
4197using string_can_append = decltype(std::declval<StringType&>().append(std::declval < Arg && > ()));

Callers 1

concatFunction · 0.85

Calls 3

beginMethod · 0.80
endMethod · 0.80
sizeMethod · 0.80

Tested by

no test coverage detected