31 std::string_view
name,
33 std::span<const PropertyInfo>
properties = std::span<const PropertyInfo>{}
55 std::shared_ptr<const Impl> impl_;
std::optional< size_t > property_index(const StringName &property_name) const
Class(std::string_view name, const Class &parent_class=Class{}, std::span< const PropertyInfo > properties=std::span< const PropertyInfo >{})
const StringName & name() const
friend bool operator==(const Class &, const Class &)
std::span< const PropertyInfo > properties() const
std::optional< Class > parent_class() const
Definition string_name.h:14
Definition custom_decoration_generator.h:5
bool operator==(const Class &, const Class &)
constexpr U to(T &&value)
Definition conversion.h:56