PGE API 0.4
PR00F's Game Engine full documentation
|
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()) |
|
inlinestatic |
Definition at line 51 of file blIteratorFunctors.hpp.
|
inlinestatic |
Definition at line 54 of file blIteratorFunctors.hpp.