Template Function detail::concat_into(OutStringType&, const Arg&, Args&&…)
Defined in File json.hpp
Function Documentation
-
template<typename OutStringType, typename Arg, typename ...Args, enable_if_t<!detect_string_can_append<OutStringType, Arg>::value && !detect_string_can_append_op<OutStringType, Arg>::value && detect_string_can_append_iter<OutStringType, Arg>::value, int> = 0>
inline void detail::concat_into(OutStringType &out, const Arg &arg, Args&&... rest)