Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::FixedVector< T, N > Struct Template Reference

Public Member Functions

constexpr size_t size () const
 
constexpr void clear ()
 
 operator Span< const T > () const
 
template<typename U >
constexpr bool contains (const U &value, size_t *outIndex=nullptr) const
 
constexpr bool isEmpty () const
 
constexpr bool push_back (const T &value)
 
constexpr T * begin ()
 
constexpr T * end ()
 
constexpr T & operator[] (size_t idx)
 
constexpr const T * begin () const
 
constexpr const T * end () const
 
constexpr const T & operator[] (size_t idx) const
 

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