Struct Dune::XT::Common::nonmoveable

struct Dune::XT::Common::nonmoveable

just like boost::noncopyable, but for move assign/ctor

Method Dune::XT::Common::nonmoveable::operator=

nonmoveable &Dune::XT::Common::nonmoveable::operator=(nonmoveable &&source) = delete

No documentation provided.

Constructor Dune::XT::Common::nonmoveable::nonmoveable

Dune::XT::Common::nonmoveable::nonmoveable() = default

No documentation provided.

Constructor Dune::XT::Common::nonmoveable::nonmoveable

explicit Dune::XT::Common::nonmoveable::nonmoveable(nonmoveable &&source) = delete

No documentation provided.

Destructor Dune::XT::Common::nonmoveable::~nonmoveable

Dune::XT::Common::nonmoveable::~nonmoveable() = default

No documentation provided.