|
using | iterator = std::vector< op >::iterator |
|
using | const_iterator = std::vector< op >::const_iterator |
|
using | size_type = std::vector< op >::size_type |
|
|
| multi_op (std::vector< op > ops) noexcept |
|
| multi_op (std::initializer_list< op > ops) |
|
size_type | size () const |
|
op & | operator[] (size_type idx) |
|
const op & | 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 (op &&x) |
|
void | push_back (const op &x) |
|
Definition at line 136 of file multi.hpp.
The documentation for this class was generated from the following files: