zx::suspend_token

Summary

Inheritance

Inherits from: zx::object< suspend_token >

Constructors and Destructors

suspend_token()
suspend_token(zx_handle_t value)
suspend_token(handle && h)
suspend_token(suspend_token && other)

Public static attributes

TYPE = ZX_OBJ_TYPE_SUSPEND_TOKEN
constexpr zx_obj_type_t

Public functions

operator=(suspend_token && other)

Public static attributes

TYPE

constexpr zx_obj_type_t TYPE = ZX_OBJ_TYPE_SUSPEND_TOKEN

Public functions

operator=

suspend_token & operator=(
  suspend_token && other
)

suspend_token

constexpr suspend_token()=default

suspend_token

 suspend_token(
  zx_handle_t value
)

suspend_token

 suspend_token(
  handle && h
)

suspend_token

 suspend_token(
  suspend_token && other
)