|
kblib 0.2.3
General utilities library for modern C++
|
This is the complete list of members for kblib::enumeration< T >, including all inherited members.
| copied() &noexcept -> std::remove_const_t< T > & | kblib::enumeration< T > | inline |
| copied() const &noexcept -> const T & | kblib::enumeration< T > | inline |
| enumeration()=default | kblib::enumeration< T > | |
| enumeration(const enumeration &other) | kblib::enumeration< T > | inline |
| enumeration(volatile enumeration &other) | kblib::enumeration< T > | inline |
| enumeration(enumeration &&)=delete | kblib::enumeration< T > | |
| enumerator_iterator | kblib::enumeration< T > | friend |
| index() const noexcept -> std::size_t | kblib::enumeration< T > | inline |
| operator=(const enumeration &)=delete | kblib::enumeration< T > | |
| operator=(enumeration &&)=delete | kblib::enumeration< T > | |
| reffed() &noexcept -> T & | kblib::enumeration< T > | inline |
| reffed() const &noexcept -> const T & | kblib::enumeration< T > | inline |
| ~enumeration()=default | kblib::enumeration< T > |