sparrow 0.3.0
|
Implementation of reference to inner type used for layout L. More...
#include <fixed_width_binary_reference.hpp>
Public Types | |
using | self_type = fixed_width_binary_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 |
using | iterator = typename L::data_iterator |
using | const_iterator = typename L::const_data_iterator |
Public Member Functions | |
fixed_width_binary_reference (L *layout, size_type index) | |
fixed_width_binary_reference (const fixed_width_binary_reference &)=default | |
fixed_width_binary_reference (fixed_width_binary_reference &&)=default | |
template<std::ranges::sized_range T> requires mpl::convertible_ranges<T, typename L::inner_value_type> | |
self_type & | operator= (T &&rhs) |
size_type | size () const |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
template<std::ranges::input_range T> requires mpl::convertible_ranges<T, typename L::inner_value_type> | |
bool | operator== (const T &rhs) const |
template<std::ranges::input_range T> requires mpl::convertible_ranges<T, typename L::inner_value_type> | |
auto | operator<=> (const T &rhs) const |
template<std::ranges::sized_range T> requires mpl::convertible_ranges<T, typename L::inner_value_type> | |
auto | operator= (T &&rhs) -> self_type & |
Implementation of reference to inner type used for layout L.
L | the layout type |
Definition at line 38 of file fixed_width_binary_reference.hpp.
using sparrow::fixed_width_binary_reference< L >::const_iterator = typename L::const_data_iterator |
Definition at line 49 of file fixed_width_binary_reference.hpp.
using sparrow::fixed_width_binary_reference< L >::const_reference = typename L::inner_const_reference |
Definition at line 45 of file fixed_width_binary_reference.hpp.
using sparrow::fixed_width_binary_reference< L >::difference_type = std::ptrdiff_t |
Definition at line 47 of file fixed_width_binary_reference.hpp.
using sparrow::fixed_width_binary_reference< L >::iterator = typename L::data_iterator |
Definition at line 48 of file fixed_width_binary_reference.hpp.
using sparrow::fixed_width_binary_reference< L >::reference = typename L::inner_reference |
Definition at line 44 of file fixed_width_binary_reference.hpp.
using sparrow::fixed_width_binary_reference< L >::self_type = fixed_width_binary_reference<L> |
Definition at line 42 of file fixed_width_binary_reference.hpp.
using sparrow::fixed_width_binary_reference< L >::size_type = typename L::size_type |
Definition at line 46 of file fixed_width_binary_reference.hpp.
using sparrow::fixed_width_binary_reference< L >::value_type = typename L::inner_value_type |
Definition at line 43 of file fixed_width_binary_reference.hpp.
sparrow::fixed_width_binary_reference< L >::fixed_width_binary_reference | ( | L * | layout, |
size_type | index ) |
Definition at line 108 of file fixed_width_binary_reference.hpp.
|
default |
|
default |
|
nodiscard |
Definition at line 132 of file fixed_width_binary_reference.hpp.
|
nodiscard |
Definition at line 144 of file fixed_width_binary_reference.hpp.
|
nodiscard |
Definition at line 156 of file fixed_width_binary_reference.hpp.
|
nodiscard |
Definition at line 162 of file fixed_width_binary_reference.hpp.
|
nodiscard |
Definition at line 138 of file fixed_width_binary_reference.hpp.
|
nodiscard |
Definition at line 150 of file fixed_width_binary_reference.hpp.
auto sparrow::fixed_width_binary_reference< L >::operator<=> | ( | const T & | rhs | ) | const |
Definition at line 178 of file fixed_width_binary_reference.hpp.
self_type & sparrow::fixed_width_binary_reference< L >::operator= | ( | T && | rhs | ) |
auto sparrow::fixed_width_binary_reference< L >::operator= | ( | T && | rhs | ) | -> self_type& |
Definition at line 117 of file fixed_width_binary_reference.hpp.
bool sparrow::fixed_width_binary_reference< L >::operator== | ( | const T & | rhs | ) | const |
Definition at line 170 of file fixed_width_binary_reference.hpp.
|
nodiscard |
Definition at line 126 of file fixed_width_binary_reference.hpp.