quill
Classes | Public Types | Public Member Functions | List of all members
detail::InlinedVector< T, N > Class Template Reference

Public Types

using value_type = T
 

Public Member Functions

 InlinedVector (InlinedVector const &other)=delete
 Deleted.
 
InlinedVectoroperator= (InlinedVector const &other)=delete
 
QUILL_ATTRIBUTE_HOT value_type push_back (value_type value)
 Push back a new element.
 
QUILL_NODISCARD QUILL_ATTRIBUTE_HOT value_type operator[] (size_t index) const
 Access element.
 
QUILL_ATTRIBUTE_HOT void assign (size_t index, value_type value)
 Assign value at index.
 
QUILL_NODISCARD QUILL_ATTRIBUTE_HOT size_t size () const noexcept
 
QUILL_NODISCARD size_t capacity () const noexcept
 
QUILL_ATTRIBUTE_HOT void clear () noexcept
 

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