Skip to main content

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

Member Functions

constexpr operator const unsigned long&() const

Declared at: include/types.h:30


constexpr operator unsigned long&()

Declared at: include/types.h:29


raw_allocation_id()

Declared at: include/types.h:48


constexpr raw_allocation_id(value_type value)

Declared at: include/types.h:48

Parameters

value_type value