Shortcuts

Struct ProcInfo

Struct Documentation

struct ripple::ProcInfo

The ProcInfo struct stores information about the processor based on where it is in the system topology.

Public Functions

constexpr auto is_invalid() const -> bool

Returns true if any field in the information is invalid.

Public Members

uint32_t package = invalid

Package to which the processor belongs.

uint32_t core = invalid

Index of the core in the package.

uint32_t thread = invalid

The logical thread index on the core.

Public Static Attributes

constexpr uint32_t invalid = 0xFFFFFFFF

Defines an invalid value for processor information.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples