|
template<class T > |
trivial_vector_iterator< T > | llfio_v2_xxx::algorithm::impl::operator+ (trivial_vector_iterator< T > a, size_t n) |
| Adds to the iterator.
|
|
template<class T > |
trivial_vector_iterator< T > | llfio_v2_xxx::algorithm::impl::operator+ (size_t n, trivial_vector_iterator< T > a) |
| Adds to the iterator.
|
|
template<class T > |
trivial_vector_iterator< T > | llfio_v2_xxx::algorithm::impl::operator- (trivial_vector_iterator< T > a, size_t n) |
| Subtracts from the iterator.
|
|
template<class T > |
bool | llfio_v2_xxx::algorithm::operator== (const trivial_vector< T > &a, const trivial_vector< T > &b) |
| Compare.
|
|
template<class T > |
bool | llfio_v2_xxx::algorithm::operator!= (const trivial_vector< T > &a, const trivial_vector< T > &b) |
| Compare.
|
|
template<class T > |
bool | llfio_v2_xxx::algorithm::operator< (const trivial_vector< T > &a, const trivial_vector< T > &b) |
| Compare.
|
|
template<class T > |
bool | llfio_v2_xxx::algorithm::operator<= (const trivial_vector< T > &a, const trivial_vector< T > &b) |
| Compare.
|
|
template<class T > |
bool | llfio_v2_xxx::algorithm::operator> (const trivial_vector< T > &a, const trivial_vector< T > &b) |
| Compare.
|
|
template<class T > |
bool | llfio_v2_xxx::algorithm::operator>= (const trivial_vector< T > &a, const trivial_vector< T > &b) |
| Compare.
|
|
template<class T > |
void | llfio_v2_xxx::algorithm::swap (trivial_vector< T > &a, trivial_vector< T > &b) noexcept |
| Swap.
|
|
Provides constant time reallocating STL vector.