| Public Member Functions | |
| int | get () const | 
| NonCopyableInt (const NonCopyableInt &)=delete | |
| NonCopyableInt (int value) | |
| 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 67 of file test_sequences_and_iterators.cpp.
| 
 | inlineexplicit | 
Definition at line 69 of file test_sequences_and_iterators.cpp.
| 
 | delete | 
| 
 | inlinenoexcept | 
Definition at line 71 of file test_sequences_and_iterators.cpp.
| 
 | default | 
| 
 | inline | 
Definition at line 80 of file test_sequences_and_iterators.cpp.
| 
 | delete | 
| 
 | inlinenoexcept | 
Definition at line 75 of file test_sequences_and_iterators.cpp.
| 
 | inline | 
Definition at line 81 of file test_sequences_and_iterators.cpp.
| 
 | private | 
Definition at line 85 of file test_sequences_and_iterators.cpp.