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

Detailed Description

Definition at line 79 of file blIteratorAPI.hpp.

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

Definition at line 82 of file blIteratorAPI.hpp.

◆ end()

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

Definition at line 85 of file blIteratorAPI.hpp.


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