libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
|
Public Types | |
using | iterator = RandomAccessIterator< CRTP, Index, Value, false > |
using | reverse_iterator = RandomAccessIterator< CRTP, Index, Value, true > |
using | const_iterator = RandomAccessIterator< std::add_const_t< CRTP >, Index, Value, false > |
using | reverse_const_iterator = RandomAccessIterator< std::add_const_t< CRTP >, Index, Value, true > |
Public Member Functions | |
iterator | begin (void) |
auto | begin (void) const |
auto | rbegin (void) |
auto | rbegin (void) const |
iterator | end (void) |
auto | end (void) const |
auto | rend (void) |
auto | rend (void) const |
const_iterator | cbegin (void) const |
auto | crbegin (void) const |
const_iterator | cend (void) const |
auto | crend (void) const |
Definition at line 217 of file gimbal_generics.hpp.
using gbl::RandomAccessIterable< CRTP, Index, Value >::iterator = RandomAccessIterator<CRTP, Index, Value, false> |
Definition at line 220 of file gimbal_generics.hpp.
using gbl::RandomAccessIterable< CRTP, Index, Value >::reverse_iterator = RandomAccessIterator<CRTP, Index, Value, true> |
Definition at line 221 of file gimbal_generics.hpp.
using gbl::RandomAccessIterable< CRTP, Index, Value >::const_iterator = RandomAccessIterator<std::add_const_t<CRTP>, Index, Value, false> |
Definition at line 222 of file gimbal_generics.hpp.
using gbl::RandomAccessIterable< CRTP, Index, Value >::reverse_const_iterator = RandomAccessIterator<std::add_const_t<CRTP>, Index, Value, true> |
Definition at line 223 of file gimbal_generics.hpp.
|
inline |
Definition at line 230 of file gimbal_generics.hpp.
|
inline |
Definition at line 231 of file gimbal_generics.hpp.
|
inline |
Definition at line 232 of file gimbal_generics.hpp.
Definition at line 233 of file gimbal_generics.hpp.
Definition at line 234 of file gimbal_generics.hpp.
Definition at line 235 of file gimbal_generics.hpp.
Definition at line 236 of file gimbal_generics.hpp.
Definition at line 237 of file gimbal_generics.hpp.
|
inline |
Definition at line 238 of file gimbal_generics.hpp.
Definition at line 239 of file gimbal_generics.hpp.
|
inline |
Definition at line 240 of file gimbal_generics.hpp.
Definition at line 241 of file gimbal_generics.hpp.