7#ifndef BOTAN_CPUID_FEATURES_H_
8#define BOTAN_CPUID_FEATURES_H_
30 uint32_t
as_u32()
const {
return static_cast<uint32_t
>(m_bit); }
34 static std::optional<CPUFeature>
from_string(std::string_view s);
static std::optional< CPUFeature > from_string(std::string_view s)
std::string to_string() const