Public Types | |
typedef Type | value_type |
typedef Type const & | const_reference |
typedef Type const * | const_pointer |
typedef const_pointer | iterator |
Public Member Functions | |
template<int N> | |
array_generator (Type(&array)[N]) | |
template<int N> | |
array_generator (Type const (&array)[N]) | |
iterator | begin () |
iterator | end () |
Definition at line 495 of file testsoon.hpp.
typedef Type testsoon::array_generator< Type >::value_type |
Definition at line 497 of file testsoon.hpp.
typedef Type const& testsoon::array_generator< Type >::const_reference |
Definition at line 498 of file testsoon.hpp.
typedef Type const* testsoon::array_generator< Type >::const_pointer |
Definition at line 499 of file testsoon.hpp.
typedef const_pointer testsoon::array_generator< Type >::iterator |
Definition at line 500 of file testsoon.hpp.
testsoon::array_generator< Type >::array_generator | ( | Type & | array[N] | ) |
Definition at line 503 of file testsoon.hpp.
testsoon::array_generator< Type >::array_generator | ( | Type const & | array[N] | ) |
Definition at line 506 of file testsoon.hpp.
iterator testsoon::array_generator< Type >::begin | ( | ) |
Definition at line 508 of file testsoon.hpp.
iterator testsoon::array_generator< Type >::end | ( | ) |
Definition at line 509 of file testsoon.hpp.