跳转至

cf::CPUInfoHost

Internal storage for basic CPU information. More...

#include <cpu_host.h>

Public Attributes

Name
std::string model
CPU model name. Ownership: owner.
std::string manufest
CPU manufacturer name. Ownership: owner.
std::string arch
CPU architecture identifier. Ownership: owner.

Detailed Description

struct cf::CPUInfoHost;

Internal storage for basic CPU information.

Owns the string data that is exposed as string views in CPUInfoView. Used by platform-specific implementations to store query results.

Public Attributes Documentation

variable model

std::string model;

CPU model name. Ownership: owner.

variable manufest

std::string manufest;

CPU manufacturer name. Ownership: owner.

variable arch

std::string arch;

CPU architecture identifier. Ownership: owner.


Updated on 2026-03-09 at 10:14:00 +0000