Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZStd::array< T, 0U > Class Template Reference

Public Types

enum  { array_size = 0 }
 
typedef T * pointer
 
typedef const T * const_pointer
 
typedef T & reference
 
typedef const T & const_reference
 
typedef ptrdiff_t difference_type
 
typedef size_t size_type
 
typedef pointer iterator
 
typedef const_pointer const_iterator
 
typedef AZStd::reverse_iterator< iterator > reverse_iterator
 
typedef AZStd::reverse_iterator< const_iterator > const_reverse_iterator
 
typedef T value_type
 
typedef value_type node_type
 

Public Member Functions

constexpr iterator begin ()
 
constexpr const_iterator begin () const
 
constexpr iterator end ()
 
constexpr const_iterator end () const
 
constexpr reverse_iterator rbegin ()
 
constexpr const_reverse_iterator rbegin () const
 
constexpr reverse_iterator rend ()
 
constexpr const_reverse_iterator rend () const
 
constexpr const_iterator cbegin () const
 
constexpr const_iterator cend () const
 
constexpr const_reverse_iterator crbegin () const
 
constexpr const_reverse_iterator crend () const
 
constexpr reference front ()
 
constexpr const_reference front () const
 
constexpr reference back ()
 
constexpr const_reference back () const
 
constexpr reference operator[] (size_type)
 
constexpr const_reference operator[] (size_type) const
 
constexpr reference at (size_type)
 
constexpr const_reference at (size_type) const
 
constexpr void swap (this_type &)
 
constexpr const T * data () const
 
constexpr T * data ()
 
template<typename T2 >
constexpr array< T, 0 > & operator= (const array< T2, 0 > &rhs)
 
constexpr void fill (const T &)
 
constexpr bool validate () const
 
constexpr int validate_iterator (const iterator &iter) const
 

Static Public Member Functions

static constexpr size_type size ()
 
static constexpr bool empty ()
 
static constexpr size_type max_size ()
 

Public Attributes

m_elements [1]
 

The documentation for this class was generated from the following file: