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

Detailed Description

Definition at line 59 of file blIteratorAPI.hpp.

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

Definition at line 62 of file blIteratorAPI.hpp.

◆ end()

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

Definition at line 65 of file blIteratorAPI.hpp.


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