src
Macros
forbid_copy.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FORBID_COPY(type)
 

Macro Definition Documentation

#define FORBID_COPY (   type)
Value:
private: \
type (const type &); \
type & operator = (const type &)

Definition at line 6 of file forbid_copy.h.