LLFIO
v2.00
|
Does not exist in the actual source code, purely here to workaround doxygen limitations. More...
Classes | |
struct | trivial_vector_impl |
class | trivial_vector_iterator |
struct | trivial_vector_impl< true, T > |
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.