sparrow 0.3.0
|
Implementation of reference to inner type used for layout L. More...
#include <timestamp_reference.hpp>
Public Types | |
using | self_type = timestamp_reference<L> |
using | value_type = typename L::inner_value_type |
using | reference = typename L::inner_reference |
using | const_reference = typename L::inner_const_reference |
using | size_type = typename L::size_type |
using | difference_type = std::ptrdiff_t |
Public Member Functions | |
timestamp_reference (L *layout, size_type index) | |
timestamp_reference (const timestamp_reference &)=default | |
timestamp_reference (timestamp_reference &&)=default | |
self_type & | operator= (value_type &&rhs) |
self_type & | operator= (const value_type &rhs) |
bool | operator== (const value_type &rhs) const |
auto | operator<=> (const value_type &rhs) const |
Implementation of reference to inner type used for layout L.
L | the layout type |
Definition at line 32 of file timestamp_reference.hpp.
using sparrow::timestamp_reference< L >::const_reference = typename L::inner_const_reference |
Definition at line 39 of file timestamp_reference.hpp.
using sparrow::timestamp_reference< L >::difference_type = std::ptrdiff_t |
Definition at line 41 of file timestamp_reference.hpp.
using sparrow::timestamp_reference< L >::reference = typename L::inner_reference |
Definition at line 38 of file timestamp_reference.hpp.
using sparrow::timestamp_reference< L >::self_type = timestamp_reference<L> |
Definition at line 36 of file timestamp_reference.hpp.
using sparrow::timestamp_reference< L >::size_type = typename L::size_type |
Definition at line 40 of file timestamp_reference.hpp.
using sparrow::timestamp_reference< L >::value_type = typename L::inner_value_type |
Definition at line 37 of file timestamp_reference.hpp.
sparrow::timestamp_reference< L >::timestamp_reference | ( | L * | layout, |
size_type | index ) |
Definition at line 91 of file timestamp_reference.hpp.
|
default |
|
default |
auto sparrow::timestamp_reference< L >::operator<=> | ( | const value_type & | rhs | ) | const |
Definition at line 119 of file timestamp_reference.hpp.
auto sparrow::timestamp_reference< L >::operator= | ( | const value_type & | rhs | ) |
Definition at line 105 of file timestamp_reference.hpp.
auto sparrow::timestamp_reference< L >::operator= | ( | value_type && | rhs | ) |
Definition at line 98 of file timestamp_reference.hpp.
bool sparrow::timestamp_reference< L >::operator== | ( | const value_type & | rhs | ) | const |
Definition at line 112 of file timestamp_reference.hpp.