|
|
| InlinedVector (InlinedVector const &other)=delete |
| | Deleted.
|
| |
|
InlinedVector & | operator= (InlinedVector const &other)=delete |
| |
|
QUILL_ATTRIBUTE_HOT value_type | push_back (value_type value) |
| | Push back a new element.
|
| |
|
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: