 |
Flutter Engine
|
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#ifndef ACCESSIBILITY_BASE_MACROS_H_
6#define ACCESSIBILITY_BASE_MACROS_H_
8#define BASE_DISALLOW_COPY_AND_ASSIGN(TypeName) \
9 TypeName(const TypeName&) = delete; \
10 TypeName& operator=(const TypeName&) = delete