Function mpark::detail::MPARK_VARIANT_COPY_CONSTRUCTOR(Trait::TriviallyAvailable, copy_constructor(const copy_constructor&that))

Function Documentation

Warning

doxygenfunction: Unable to resolve function “mpark::detail::MPARK_VARIANT_COPY_CONSTRUCTOR” with arguments “(Trait::TriviallyAvailable, copy_constructor(const copy_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 97] MPARK_VARIANT_COPY_CONSTRUCTOR (Trait::Available, copy_constructor(const copy_constructor &that) :copy_constructor(valueless_t{}) { this->generic_construct(*this, 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_COPY_CONSTRUCTOR (Trait::Available, copy_constructor(const copy_constructor &that) :copy_constructor(valueless_t{}) { this->generic_construct(*this, 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_COPY_CONSTRUCTOR (Trait::Available, copy_constructor(const copy_constructor &that) :copy_constructor(valueless_t{}) { this->generic_construct(*this, that);}) ————————————————^ If declarator-id: Invalid C++ declaration: Expecting “(” in parameters-and-qualifiers. [error at 48] MPARK_VARIANT_COPY_CONSTRUCTOR (Trait::Available, copy_constructor(const copy_constructor &that) :copy_constructor(valueless_t{}) { this->generic_construct(*this, that);}) ————————————————^