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

Detailed Description

Definition at line 78 of file blIteratorFunctors.hpp.

#include <blIteratorFunctors.hpp>

Static Public Member Functions

template<typename blContainerType >
static auto begin (const blContainerType &container) -> decltype(container.crbegin())
 
template<typename blContainerType >
static auto end (const blContainerType &container) -> decltype(container.crend())
 

Member Function Documentation

◆ begin()

template<typename blContainerType >
static auto blcrBeginEnd::begin ( const blContainerType & container) -> decltype(container.crbegin())
inlinestatic

Definition at line 81 of file blIteratorFunctors.hpp.

◆ end()

template<typename blContainerType >
static auto blcrBeginEnd::end ( const blContainerType & container) -> decltype(container.crend())
inlinestatic

Definition at line 84 of file blIteratorFunctors.hpp.


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