Template Function detail::from_json(const BasicJsonType&, typename BasicJsonType::binary_t&)

Function Documentation

Warning

doxygenfunction: Unable to resolve function “detail::from_json” with arguments “(const BasicJsonType&, typename BasicJsonType::binary_t&)”. 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 (const BasicJsonType &j, T(&arr)[N]) ——————————————————————–^ 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 (const BasicJsonType &j, T(&arr)[N]) ——————————————————————————-^