sqlitepp
C++ binding for the SQLite3 library
|
A class that forbids copying and assignments for all subclasses. More...
#include <sqlitepp/sqlitepp.h>
A class that forbids copying and assignments for all subclasses.
This class defines a private, unimplemented copy constructor and assignment method so that copies and assignments fail at compile-time. This class is inspired by Scott Meyers, Effective C++, 3rd Edition, Item 6.