PGE API 0.4
PR00F's Game Engine full documentation
Loading...
Searching...
No Matches
blrBeginEnd Struct Reference

Detailed Description

Definition at line 68 of file blIteratorFunctors.hpp.

#include <blIteratorFunctors.hpp>

Static Public Member Functions

template<typename blContainerType >
static auto begin (blContainerType &container) -> decltype(container.rbegin())
 
template<typename blContainerType >
static auto end (blContainerType &container) -> decltype(container.rend())
 

Member Function Documentation

◆ begin()

template<typename blContainerType >
static auto blrBeginEnd::begin ( blContainerType & container) -> decltype(container.rbegin())
inlinestatic

Definition at line 71 of file blIteratorFunctors.hpp.

◆ end()

template<typename blContainerType >
static auto blrBeginEnd::end ( blContainerType & container) -> decltype(container.rend())
inlinestatic

Definition at line 74 of file blIteratorFunctors.hpp.


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