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

Detailed Description

Definition at line 69 of file blIteratorAPI.hpp.

#include <blIteratorAPI.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 blIteratorAPI::blrBeginEnd::begin ( blContainerType & container) -> decltype(container.rbegin())
inlinestatic

Definition at line 72 of file blIteratorAPI.hpp.

◆ end()

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

Definition at line 75 of file blIteratorAPI.hpp.


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