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

Detailed Description

Definition at line 49 of file blIteratorAPI.hpp.

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

Definition at line 52 of file blIteratorAPI.hpp.

◆ end()

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

Definition at line 55 of file blIteratorAPI.hpp.


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