struct raw_allocation_id
Declaration
struct raw_allocation_id { /* full declaration omitted */ };
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
¶constexpr operator unsigned long&()
constexpr operator unsigned long&()
¶raw_allocation_id()
raw_allocation_id()
¶constexpr raw_allocation_id(value_type value)
constexpr raw_allocation_id(value_type value)
Parameters
- value_type value