19 #ifndef PSYSTEM_FRAMEWORK_NOT_COPYABLE_HPP
20 #define PSYSTEM_FRAMEWORK_NOT_COPYABLE_HPP
61 #endif // PSYSTEM_FRAMEWORK_NOT_COPYABLE_HPP
constexpr not_copyable() noexcept
A simple CTOR suitable for noexcept and constexpr uses.
Definition: not_copyable.hpp:53
~not_copyable() noexcept
A simple CTOR suitable for noexcept uses.
Definition: not_copyable.hpp:56
Remove the ability to copy or reassign from derived classes.
Definition: not_copyable.hpp:43
not_copyable & operator=(not_copyable const &)=delete
Delete the assignment operator.
Contains the process examination "system" and basic frameworks.
Definition: pstack_event_handler.hpp:28