18 #ifndef PSYSTEM_FRAMEWORK_NOT_ASSIGNABLE_HPP
19 #define PSYSTEM_FRAMEWORK_NOT_ASSIGNABLE_HPP
57 #endif // PSYSTEM_FRAMEWORK_NOT_ASSIGNABLE_HPP
Removes the ability to use an assignment operation on derived classes.
Definition: not_assignable.hpp:42
Contains the process examination "system" and basic frameworks.
Definition: pstack_event_handler.hpp:28
~not_assignable() noexcept
A simple CTOR suitable for noexcept uses.
Definition: not_assignable.hpp:52
constexpr not_assignable() noexcept
A simple CTOR suitable for noexcept and constexpr uses.
Definition: not_assignable.hpp:49
not_assignable & operator=(not_assignable const &) const =delete
Delete the basic assignment operator.