struct raw_allocation_id
Declaration
struct raw_allocation_id { /* full declaration omitted */ };
Declared at: include/types.h:48
Member Variables
- size_t value
Member Aliases
- using value_type = size_t;
Member Function Overview
- operator const unsigned long &() const → constexpr
- operator unsigned long &() → constexpr
- raw_allocation_id()
- raw_allocation_id(value_type value) → constexpr
Member Functions
¶constexpr operator const unsigned long&() const
constexpr operator const unsigned long&() const
Declared at: include/types.h:30
¶constexpr operator unsigned long&()
constexpr operator unsigned long&()
Declared at: include/types.h:29
¶raw_allocation_id()
raw_allocation_id()
Declared at: include/types.h:48
¶constexpr raw_allocation_id(value_type value)
constexpr raw_allocation_id(value_type value)
Declared at: include/types.h:48
Parameters
- value_type value