cf::CPUInfoView¶
Read-only view of basic CPU information. More...
#include <cfcpu.h>
Public Attributes¶
| Name | |
|---|---|
| std::string_view | model CPU model name (e.g., "Intel Core i7"). |
| std::string_view | arch CPU architecture (e.g., "x86_64", "aarch64"). |
| std::string_view | manufacturer CPU manufacturer name. |
Detailed Description¶
Read-only view of basic CPU information.
Provides string views into the underlying CPU information storage. The returned string views remain valid for the lifetime of the CPU info cache.
Public Attributes Documentation¶
variable model¶
CPU model name (e.g., "Intel Core i7").
variable arch¶
CPU architecture (e.g., "x86_64", "aarch64").
variable manufacturer¶
CPU manufacturer name.
Updated on 2026-03-09 at 10:14:00 +0000