Template Function eat::utilities::unwrap_named
Defined in File unwrap_named.hpp
Function Documentation
Warning
doxygenfunction: Unable to resolve function “eat::utilities::unwrap_named” with arguments “(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: auto [error at 25] template<typename T> auto unwrap_named (T &&value) -> decltype(detail::UnwrapNamedType< std::remove_cvref_t< T >> ————————-^ 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 39] template<typename T> auto unwrap_named (T &&value) -> decltype(detail::UnwrapNamedType< std::remove_cvref_t< T >> —————————————^ If declarator-id: Invalid C++ declaration: Expected ‘)’ after ‘decltype(<expr>’. [error at 113] template<typename T> auto unwrap_named (T &&value) -> decltype(detail::UnwrapNamedType< std::remove_cvref_t< T >> —————————————————————————————————————–^