lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Checks whether the given type has a reverse iterator type. More...
#include <accumulation_vector.h>
Static Public Attributes | |
static const bool | value |
True, if Container defines reverse iterators. |
Checks whether the given type has a reverse iterator type.
const bool lean::containers::Impl::has_reverse_iterator< Container >::value [static] |
( sizeof( has_reverse_iterator::sfinae_check( static_cast<Container*>(nullptr) ) ) == sizeof(yes) )
True, if Container
defines reverse iterators.