Template Function detail::concat_into(OutStringType&, Arg&&, Args&&…)

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, int> = 0>
inline void detail::concat_into(OutStringType &out, Arg &&arg, Args&&... rest)