Skip to main content

struct host_object_id

Declaration

struct host_object_id { /* full declaration omitted */ };

Declared at: include/types.h:44

Member Variables

size_t value

Member Aliases

  • using value_type = size_t;

Member Function Overview

Member Functions

host_object_id()

Declared at: include/types.h:44


constexpr host_object_id(value_type value)

Declared at: include/types.h:44

Parameters

value_type value

constexpr operator const unsigned long&() const

Declared at: include/types.h:30


constexpr operator unsigned long&()

Declared at: include/types.h:29