Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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.