![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_types.hpp>
Public Types | |
| using | reverse_iterator = std::reverse_iterator< ElementType * > |
Public Member Functions | |
| auto | empty () const noexcept |
| auto | size () const noexcept |
| reverse_st (ContainerType container) | |
| decltype(auto) | begin () noexcept |
| decltype(auto) | end () noexcept |
| decltype(auto) | cbegin () const noexcept |
| decltype(auto) | cend () const noexcept |
| auto | clone () const |
Definition at line 7544 of file tpf_types.hpp.
| using tpf::types::reverse_st< ElementType(&)[ElementCount]>::reverse_iterator = std::reverse_iterator<ElementType*> |
Definition at line 7557 of file tpf_types.hpp.
|
inline |
Definition at line 7555 of file tpf_types.hpp.
|
inlinenoexcept |
Definition at line 7559 of file tpf_types.hpp.
|
inlinenoexcept |
Definition at line 7569 of file tpf_types.hpp.
|
inlinenoexcept |
Definition at line 7574 of file tpf_types.hpp.
|
inline |
Definition at line 7579 of file tpf_types.hpp.
|
inlinenoexcept |
Definition at line 7552 of file tpf_types.hpp.
|
inlinenoexcept |
Definition at line 7564 of file tpf_types.hpp.
|
inlinenoexcept |
Definition at line 7553 of file tpf_types.hpp.