Berkeley SfM
Macros
disallow_copy_and_assign.h File Reference

Go to the source code of this file.

Macros

#define DISALLOW_COPY_AND_ASSIGN(TypeName)
 

Macro Definition Documentation

#define DISALLOW_COPY_AND_ASSIGN (   TypeName)
Value:
TypeName(const TypeName&); \
void operator=(const Typename&)

Definition at line 55 of file disallow_copy_and_assign.h.