Skip to content

BufferDescriptor

#include <sbio/core/storage.hh>
template<typename Role, hd_std::size_t Id = 0, hd_std::size_t MinSize = 0, typename Hint = void>
struct BufferDescriptor

Defined in src/lib/sbio/core/storage.hh:132

Name Kind Owner
id variable Declared here
min_size variable Declared here
role typedef Declared here
hint typedef Declared here
Return Name Description
constexpr hd_std::size_t id static constexpr
constexpr hd_std::size_t min_size static constexpr

static constexpr

constexpr hd_std::size_t id = Id

Defined in src/lib/sbio/core/storage.hh:135


static constexpr

constexpr hd_std::size_t min_size = MinSize

Defined in src/lib/sbio/core/storage.hh:136

Name Description
role
hint

using role = Role

Defined in src/lib/sbio/core/storage.hh:133


using hint = Hint

Defined in src/lib/sbio/core/storage.hh:134