MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / concat_into

Function concat_into

examples/server/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 5

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

Tested by

no test coverage detected