_iterable< Element > Struct Template Reference

Public Member Functions

BETTER_ENUMS_CONSTEXPR_ iterator begin () const
 
BETTER_ENUMS_CONSTEXPR_ iterator end () const
 
BETTER_ENUMS_CONSTEXPR_ std::size_t size () const
 
const BETTER_ENUMS_CONSTEXPR_ Element & operator[] (std::size_t index) const
 
BETTER_ENUMS_CONSTEXPR_ _iterable (const Element *array, std::size_t s)
 

Public Attributes

const typedef Element * iterator