string_id_t
Defined in header: <ixion/types.hpp>
-
struct string_id_t
String ID type.
All string values are converted into integer tokens. You need to call the model_context::get_string() to get the actual string value.
Public Types
-
using value_type = std::uint32_t
Public Functions
-
inline constexpr string_id_t() noexcept
-
inline explicit constexpr string_id_t(value_type v) noexcept
-
std::strong_ordering operator<=>(const string_id_t&) const
-
bool operator==(const string_id_t&) const
Public Members
-
value_type value
-
using value_type = std::uint32_t