133 inline PointerType Clone()
const override {
134 return MakePointer<Attachment>(*
this);
141 inline PointerType
Move()
override {
142 return MakePointer<Attachment>(std::move(*
this));
149 inline const std::string&
MimeType() const noexcept {
157 inline void MimeType(std::string&& mime_type)
noexcept {
158 m_mimeType = std::move(mime_type);
165 inline void MimeType(std::string_view mime_type)
noexcept {
166 m_mimeType = mime_type;
170 std::string m_mimeType;
#define STORMBYTE_MULTIMEDIA_PUBLIC
Imported symbol.
Definition visibility.h:47