Struct cpuid_result
Synopsis
#include "breeze/cpu/get_cpuid_info.hpp"
struct cpuid_result
Description
The result of the CPUID instruction.
Source
Lines 28-34 in breeze/cpu/get_cpuid_info.hpp.
struct cpuid_result
{
std::uint32_t eax ;
std::uint32_t ebx ;
std::uint32_t ecx ;
std::uint32_t edx ;
} ;