![]() |
alternative Standard Libary
0.29.8
|
#include <fixed_array.hpp>
Klassendiagramm für std::fixed_array< T, N >:
Zusammengehörigkeiten von std::fixed_array< T, N >:Öffentliche Methoden | |
| fixed_array () | |
| fixed_array (const T a[N]) | |
Private Typen | |
| using | iterator = T * |
| using | const_iterator = const T * |
| using | reference = T & |
| using | const_reference = const T & |
| using | size_type = size_t |
Private Methoden | |
| iterator | begin () |
| const_iterator | begin () const |
| const_iterator | cbegin () const |
| iterator | end () |
| const_iterator | end () const |
| const_iterator | cend () const |
| reference | front () |
| const_reference | front () const |
| reference | back () |
| const_reference | back () const |
| size_type | size () |
| reference | operator[] (size_type i) |
| const_reference | operator[] (size_type i) const |
| void | assign (const T &value) |
| void | fill (const T &value) |
| iterator | data () |
| const_iterator | data () |
| template<typename E = char, class TAllocator = std::allocator, typename TStorage = std::simple_string_storage<E, TAllocator>> | |
| std::basic_string< E, TAllocator, TStorage > | to_string () |
|
inline |
|
inline |