Function mpark::detail::MPARK_VARIANT_MOVE_CONSTRUCTOR(Trait::TriviallyAvailable, move_constructor(move_constructor&&that))

Function Documentation

Warning

doxygenfunction: Unable to resolve function “mpark::detail::MPARK_VARIANT_MOVE_CONSTRUCTOR” with arguments “(Trait::TriviallyAvailable, move_constructor(move_constructor&&))”. 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: Expecting “,” or “)” in parameters-and-qualifiers, got “:”. [error at 172] MPARK_VARIANT_MOVE_CONSTRUCTOR (Trait::Available, move_constructor(move_constructor &&that) noexcept(lib::all< std::is_nothrow_move_constructible< Ts >::value… >::value) :move_constructor(valueless_t{}) { this->generic_construct(*this, lib::move(that));}) —————————————————————————————————————————————————————————-^ If the function has a return type: Error in declarator If declarator-id with parameters-and-qualifiers: Invalid C++ declaration: Expected identifier in nested name. [error at 31] MPARK_VARIANT_MOVE_CONSTRUCTOR (Trait::Available, move_constructor(move_constructor &&that) noexcept(lib::all< std::is_nothrow_move_constructible< Ts >::value… >::value) :move_constructor(valueless_t{}) { this->generic_construct(*this, lib::move(that));}) ——————————-^ If parenthesis in noptr-declarator: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected ‘::’ in pointer to member (function). [error at 48] MPARK_VARIANT_MOVE_CONSTRUCTOR (Trait::Available, move_constructor(move_constructor &&that) noexcept(lib::all< std::is_nothrow_move_constructible< Ts >::value… >::value) :move_constructor(valueless_t{}) { this->generic_construct(*this, lib::move(that));}) ————————————————^ If declarator-id: Invalid C++ declaration: Expecting “(” in parameters-and-qualifiers. [error at 48] MPARK_VARIANT_MOVE_CONSTRUCTOR (Trait::Available, move_constructor(move_constructor &&that) noexcept(lib::all< std::is_nothrow_move_constructible< Ts >::value… >::value) :move_constructor(valueless_t{}) { this->generic_construct(*this, lib::move(that));}) ————————————————^