![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_types.hpp>
Public Member Functions | |
auto & | ref () noexcept |
auto & | ref () const noexcept |
template<typename IndexType > | |
T & | operator[] (IndexType n) noexcept |
template<typename IndexType > | |
const T & | operator[] (IndexType n) const noexcept |
Public Attributes | |
std::size_t | size |
std::unique_ptr< T[], deleter > | uptr |
Static Public Attributes | |
static constexpr auto | Count = N |
Definition at line 5148 of file tpf_types.hpp.
|
inlinenoexcept |
Definition at line 5173 of file tpf_types.hpp.
|
inlinenoexcept |
Definition at line 5167 of file tpf_types.hpp.
|
inlinenoexcept |
Definition at line 5161 of file tpf_types.hpp.
|
inlinenoexcept |
|
staticconstexpr |
Definition at line 5150 of file tpf_types.hpp.
std::size_t tpf::types::unique_ptr_wrapper< N, T, deleter >::size |
Definition at line 5152 of file tpf_types.hpp.
std::unique_ptr<T[], deleter> tpf::types::unique_ptr_wrapper< N, T, deleter >::uptr |
Definition at line 5154 of file tpf_types.hpp.