Flutter Engine
The Flutter Engine
|
#include <SkNoncopyable.h>
Public Member Functions | |
SkNoncopyable ()=default | |
SkNoncopyable (SkNoncopyable &&)=default | |
SkNoncopyable & | operator= (SkNoncopyable &&)=default |
SkNoncopyable is the base class for objects that do not want to be copied. It hides its copy-constructor and its assignment-operator.
Definition at line 18 of file SkNoncopyable.h.
|
default |
|
default |
|
default |