#include <PortableCollectionCommon.h>
Additional Inherited Members | |
Public Types inherited from portablecollection::CollectionLeaf< Idx, Args... > | |
using | ConstView = typename Layout::ConstView |
using | Layout = Args... |
using | View = typename Layout::View |
Public Member Functions inherited from portablecollection::CollectionImpl< 0, Args... > | |
CollectionImpl ()=default | |
CollectionImpl (std::byte *buffer, int32_t elements) | |
CollectionImpl (std::byte *buffer, std::array< int32_t, N > const &sizes) | |
Public Member Functions inherited from portablecollection::CollectionLeaf< Idx, Args... > | |
CollectionLeaf ()=default | |
CollectionLeaf (std::byte *buffer, int32_t elements) | |
CollectionLeaf (std::byte *buffer, std::array< int32_t, N > const &sizes) | |
Public Attributes inherited from portablecollection::CollectionLeaf< Idx, Args... > | |
Layout | layout_ |
View | view_ |
Definition at line 60 of file PortableCollectionCommon.h.