3#include "../core/string.hpp"
18 uint32_t _cpuFeatures;
21 void det_vendor()
noexcept;
22 void det_cpu()
noexcept;
37 const core::
string<ascii> &
vendor() noexcept;
A wrapper for std::vector.
Definition array.hpp:72
A class for easily getting CPU info.
Definition cpuid.hpp:10
const core::string< ascii > & vendor() noexcept
Get the CPU vendor.
cpuid() noexcept
Constructor.
int cpus() noexcept
Get the number of CPUs.
int cores() noexcept
Get the number of cores.