Mixin that deletes the copy operations and defaults the move operations.
More...
#include <field_concepts_traits.hpp>
Mixin that deletes the copy operations and defaults the move operations.
Inherit (protected) to mark a class movable but non-copyable.
Definition at line 701 of file field_concepts_traits.hpp.
◆ NonCopyable() [1/3]
| CECCO::details::NonCopyable::NonCopyable |
( |
| ) |
|
|
constexprprotecteddefault |
◆ ~NonCopyable()
| CECCO::details::NonCopyable::~NonCopyable |
( |
| ) |
|
|
protecteddefault |
◆ NonCopyable() [2/3]
| CECCO::details::NonCopyable::NonCopyable |
( |
const NonCopyable & | | ) |
|
|
protecteddelete |
◆ NonCopyable() [3/3]
| CECCO::details::NonCopyable::NonCopyable |
( |
NonCopyable && | | ) |
|
|
protecteddefault |
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following file: