lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Public Types
lean::containers::Impl::reverse_iterators< Container > Struct Template Reference

Redefines reverse iterator types, if available. More...

#include <accumulation_vector.h>

Inheritance diagram for lean::containers::Impl::reverse_iterators< Container >:
lean::containers::Impl::reverse_iterators_impl< has_reverse_iterator< Container >::value, Container >

List of all members.

Public Types

typedef void reverse_iterator
typedef void const_reverse_iterator

Detailed Description

template<class Container>
struct lean::containers::Impl::reverse_iterators< Container >

Redefines reverse iterator types, if available.


The documentation for this struct was generated from the following file: