Public Member Functions | |
| int | get () const |
| NonCopyableInt (int value) | |
| NonCopyableInt (const NonCopyableInt &)=delete | |
| NonCopyableInt (NonCopyableInt &&other) noexcept | |
| NonCopyableInt & | operator= (const NonCopyableInt &)=delete |
| NonCopyableInt & | operator= (NonCopyableInt &&other) noexcept |
| void | set (int value) |
| ~NonCopyableInt ()=default | |
Private Attributes | |
| int | value_ |
Definition at line 60 of file test_sequences_and_iterators.cpp.
|
inlineexplicit |
Definition at line 62 of file test_sequences_and_iterators.cpp.
|
delete |
|
inlinenoexcept |
Definition at line 64 of file test_sequences_and_iterators.cpp.
|
default |
|
inline |
Definition at line 73 of file test_sequences_and_iterators.cpp.
|
delete |
|
inlinenoexcept |
Definition at line 68 of file test_sequences_and_iterators.cpp.
|
inline |
Definition at line 74 of file test_sequences_and_iterators.cpp.
|
private |
Definition at line 78 of file test_sequences_and_iterators.cpp.