Flutter Engine
The Flutter Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Macros
macros.h File Reference

Go to the source code of this file.

Macros

#define BASE_DISALLOW_COPY_AND_ASSIGN(TypeName)
 

Macro Definition Documentation

◆ BASE_DISALLOW_COPY_AND_ASSIGN

#define BASE_DISALLOW_COPY_AND_ASSIGN (   TypeName)
Value:
TypeName(const TypeName&) = delete; \
TypeName& operator=(const TypeName&) = delete

Definition at line 8 of file macros.h.