Definition at line 78 of file blIteratorFunctors.hpp.
#include <blIteratorFunctors.hpp>
|
template<typename blContainerType > |
static auto | begin (const blContainerType &container) -> decltype(container.crbegin()) |
|
template<typename blContainerType > |
static auto | end (const blContainerType &container) -> decltype(container.crend()) |
|
◆ begin()
template<typename blContainerType >
static auto blcrBeginEnd::begin |
( |
const blContainerType & | container | ) |
-> decltype(container.crbegin()) |
|
inlinestatic |
◆ end()
template<typename blContainerType >
static auto blcrBeginEnd::end |
( |
const blContainerType & | container | ) |
-> decltype(container.crend()) |
|
inlinestatic |
The documentation for this struct was generated from the following file: