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

Function Documentation

Warning

doxygenfunction: Unable to resolve function “nlohmann::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: auto [error at 64] template<typename BasicJsonType, typename T, std::size_t N> auto from_json_array_impl (const BasicJsonType &j, std::array< T, N > &arr, priority_tag< 2 >) -> decltype(j.template get< T >(), void()) —————————————————————-^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected ‘::’ in pointer to member (function). [error at 86] template<typename BasicJsonType, typename T, std::size_t N> auto from_json_array_impl (const BasicJsonType &j, std::array< T, N > &arr, priority_tag< 2 >) -> decltype(j.template get< T >(), void()) ————————————————————————————–^ If declarator-id: Invalid C++ declaration: Expected identifier in nested name, got keyword: template [error at 177] template<typename BasicJsonType, typename T, std::size_t N> auto from_json_array_impl (const BasicJsonType &j, std::array< T, N > &arr, priority_tag< 2 >) -> decltype(j.template get< T >(), void()) ———————————————————————————————————————————————————————————^