auto operator=(Context &&rhs) noexcept -> Context &
The move assignment operator.
Definition: Context.hpp:108
Context(Context &&other) noexcept
The move constructor.
Definition: Context.hpp:93
auto operator=(Context const &rhs) noexcept -> Context &=default
The copy assignment operator.
The context.
Definition: Context.hpp:50
~Context()
The destructor.
Definition: Context.hpp:125