Function nlohmann::json_abi_v3_11_3::detail::concat_into()

Function Documentation

Warning

doxygenfunction: Unable to resolve function “nlohmann::json_abi_v3_11_3::detail::concat_into” with arguments () in doxygen xml output for project “rlenvscpp” from directory: ./_doxygen/xml. Potential matches:

- 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> void concat_into(OutStringType &out, const Arg &arg, Args&&... rest)
- 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> void concat_into(OutStringType &out, Arg &&arg, Args&&... rest)
- template<typename OutStringType> void concat_into(OutStringType&)