CommonLibSSE NG
|
#include <BSTArray.h>
Public Types | |
using | value_type = T |
using | size_type = std::uint32_t |
using | pointer = value_type * |
using | const_pointer = const value_type * |
using | reference = value_type & |
using | const_reference = const value_type & |
using | iterator = pointer |
using | const_iterator = const_pointer |
Public Member Functions | |
reference | operator[] (size_type a_pos) noexcept |
const_reference | operator[] (size_type a_pos) const noexcept |
pointer | data () noexcept |
const_pointer | data () const noexcept |
iterator | begin () noexcept |
const_iterator | begin () const noexcept |
const_iterator | cbegin () const noexcept |
iterator | end () noexcept |
const_iterator | end () const noexcept |
const_iterator | cend () const noexcept |
constexpr bool | empty () const noexcept |
constexpr size_type | size () const noexcept |
using RE::BSTSmallSharedArray< T >::const_iterator = const_pointer |
using RE::BSTSmallSharedArray< T >::const_pointer = const value_type* |
using RE::BSTSmallSharedArray< T >::const_reference = const value_type& |
using RE::BSTSmallSharedArray< T >::iterator = pointer |
using RE::BSTSmallSharedArray< T >::pointer = value_type* |
using RE::BSTSmallSharedArray< T >::reference = value_type& |
using RE::BSTSmallSharedArray< T >::size_type = std::uint32_t |
using RE::BSTSmallSharedArray< T >::value_type = T |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlineconstexprnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlineconstexprnoexcept |