|
LLFIO v2.00
|
Does not exist in the actual source code, purely here to workaround doxygen limitations. More...
Classes | |
| struct | trivial_vector_impl |
| struct | trivial_vector_impl< true, T > |
| class | trivial_vector_iterator |
Functions | |
| template<class T > | |
| trivial_vector_iterator< T > | operator+ (trivial_vector_iterator< T > a, size_t n) |
| Adds to the iterator. | |
| template<class T > | |
| trivial_vector_iterator< T > | operator+ (size_t n, trivial_vector_iterator< T > a) |
| Adds to the iterator. | |
| template<class T > | |
| trivial_vector_iterator< T > | operator- (trivial_vector_iterator< T > a, size_t n) |
| Subtracts from the iterator. | |
Does not exist in the actual source code, purely here to workaround doxygen limitations.
|
inline |
Adds to the iterator.
|
inline |
Adds to the iterator.
|
inline |
Subtracts from the iterator.