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