Template Function eat::utilities::unwrap_shared

Function Documentation

Warning

doxygenfunction: Unable to resolve function “eat::utilities::unwrap_shared” 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_shared (T &&value) -> decltype(detail::UnwrapShared< 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 40] template<typename T> auto unwrap_shared (T &&value) -> decltype(detail::UnwrapShared< std::remove_cvref_t< T >> —————————————-^ If declarator-id: Invalid C++ declaration: Expected ‘)’ after ‘decltype(<expr>’. [error at 111] template<typename T> auto unwrap_shared (T &&value) -> decltype(detail::UnwrapShared< std::remove_cvref_t< T >> —————————————————————————————————————^