34template <
typename Allocator>
40template <
typename Allocator>
Definition of classes of references to arrays.
const_object_ref const_object_ref_type
Type to access constant objects.
const details::array_data * data_
Data.
const_object_ref_type operator[](std::size_t index) const noexcept
Get an object.
details::array_data * data_
Data.
mutable_object_ref_type operator[](std::size_t index) noexcept
Get an object.
details::allocator_wrapper< Allocator > * allocator_
Allocator.
const_object_ref const_object_ref_type
Type to access constant objects.
mutable_object_ref< Allocator > mutable_object_ref_type
Type to access non-constant objects.
Namespace of this project.
Definition of object_data struct.
Definition of classes of references to objects.