Template Function detail::from_json_array_impl(const BasicJsonType&, ConstructibleArrayType&, priority_tag<1>)

Function Documentation

Warning

doxygenfunction: Unable to resolve function “detail::from_json_array_impl” with arguments “(const BasicJsonType&, ConstructibleArrayType&, priority_tag<1>)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expected identifier in nested name, got keyword: decltype [error at 68] template<typename BasicJsonType, typename T, std::size_t N> decltype(j.template get< T >(), void()) from_json_array_impl (const BasicJsonType &j, std::array< T, N > &arr, priority_tag< 2 >) ——————————————————————–^ If the function has a return type: Invalid C++ declaration: Expected identifier in nested name, got keyword: template [error at 79] template<typename BasicJsonType, typename T, std::size_t N> decltype(j.template get< T >(), void()) from_json_array_impl (const BasicJsonType &j, std::array< T, N > &arr, priority_tag< 2 >) ——————————————————————————-^