Shaka Player Embedded
Namespaces | Macros
media_capabilities.cc File Reference
#include "shaka/media/media_capabilities.h"

Go to the source code of this file.

Namespaces

 shaka
 
 shaka::media
 

Macros

#define DEFINE_SPECIAL_METHODS(Type)
 

Macro Definition Documentation

§ DEFINE_SPECIAL_METHODS

#define DEFINE_SPECIAL_METHODS (   Type)
Value:
Type::~Type() {} \
Type::Type(const Type&) = default; \
Type::Type(Type&&) = default; \
Type& Type::operator=(const Type&) = default; \
Type& Type::operator=(Type&&) = default

Definition at line 17 of file media_capabilities.cc.