93 bool operator==(const
Container& other) const noexcept;
106 constexpr std::string_view Name() const noexcept {
return m_name; }
112 constexpr std::string_view
Description() const noexcept {
return m_description; }
118 constexpr std::string_view
Extension() const noexcept {
return m_extension; }
137 std::string_view m_name;
138 std::string_view m_description;
139 std::string_view m_extension;
150 constexpr Container(std::string_view name, std::string_view description, std::string_view extension,
Access access) noexcept
151 : m_name(name), m_description(description), m_extension(extension), m_access(access) {}
#define STORMBYTE_MULTIMEDIA_PUBLIC
Imported symbol.
Definition visibility.h:47