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

Detailed Description

Definition at line 58 of file blIteratorFunctors.hpp.

#include <blIteratorFunctors.hpp>

Static Public Member Functions

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

Member Function Documentation

◆ begin()

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

Definition at line 61 of file blIteratorFunctors.hpp.

◆ end()

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

Definition at line 64 of file blIteratorFunctors.hpp.


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