lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Static Public Attributes
lean::containers::Impl::has_reverse_iterator< Container > Class Template Reference

Checks whether the given type has a reverse iterator type. More...

#include <accumulation_vector.h>

List of all members.

Static Public Attributes

static const bool value
 True, if Container defines reverse iterators.

Detailed Description

template<class Container>
class lean::containers::Impl::has_reverse_iterator< Container >

Checks whether the given type has a reverse iterator type.


Member Data Documentation

template<class Container >
const bool lean::containers::Impl::has_reverse_iterator< Container >::value [static]
Initial value:
 (
        sizeof( has_reverse_iterator::sfinae_check( static_cast<Container*>(nullptr) ) )
        ==
        sizeof(yes) )

True, if Container defines reverse iterators.


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