| 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 Containerdefines 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. 
 1.7.6.1
 1.7.6.1