LLFIO  v2.00 late beta
llfio_v2_xxx::algorithm::impl Namespace Reference

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.
 

Detailed Description

Does not exist in the actual source code, purely here to workaround doxygen limitations.