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

Detailed Description

Definition at line 48 of file blIteratorFunctors.hpp.

#include <blIteratorFunctors.hpp>

Static Public Member Functions

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

Member Function Documentation

◆ begin()

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

Definition at line 51 of file blIteratorFunctors.hpp.

◆ end()

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

Definition at line 54 of file blIteratorFunctors.hpp.


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