|
using | iterator = std::vector< part >::iterator |
|
using | const_iterator = std::vector< part >::const_iterator |
|
using | size_type = std::vector< part >::size_type |
|
|
| multi_result (std::vector< part > parts) noexcept |
|
size_type | size () const |
|
part & | operator[] (size_type idx) |
|
const part & | operator[] (size_type idx) const |
|
iterator | begin () |
|
const_iterator | begin () const |
|
const_iterator | cbegin () const |
|
iterator | end () |
|
const_iterator | end () const |
|
const_iterator | cend () const |
|
void | reserve (size_type capacity) |
|
template<typename... TArgs> |
void | emplace_back (TArgs &&...args) |
|
void | push_back (part &&x) |
|
void | push_back (const part &x) |
|
Definition at line 190 of file multi.hpp.
The documentation for this class was generated from the following files: