sparrow 0.6.0
|
#include <union_array.hpp>
Public Types | |
using | base_type = union_array_crtp_base<dense_union_array> |
using | offset_buffer_type = u8_buffer<std::uint32_t> |
using | type_id_buffer_type = typename base_type::type_id_buffer_type |
![]() | |
using | self_type |
using | derived_type |
using | inner_value_type |
using | value_type |
using | functor_type |
using | const_functor_type |
using | iterator |
using | const_iterator |
using | const_reverse_iterator |
using | size_type |
using | type_id_buffer_type |
Friends | |
class | union_array_crtp_base< dense_union_array > |
Definition at line 159 of file union_array.hpp.
Definition at line 163 of file union_array.hpp.
using sparrow::dense_union_array::offset_buffer_type = u8_buffer<std::uint32_t> |
Definition at line 164 of file union_array.hpp.
using sparrow::dense_union_array::type_id_buffer_type = typename base_type::type_id_buffer_type |
Definition at line 165 of file union_array.hpp.
|
inlineexplicit |
|
explicit |
SPARROW_API sparrow::dense_union_array::dense_union_array | ( | const dense_union_array & | rhs | ) |
|
default |
SPARROW_API dense_union_array & sparrow::dense_union_array::operator= | ( | const dense_union_array & | rhs | ) |
|
default |
|
friend |
Definition at line 212 of file union_array.hpp.