|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
Declare that T has unimplemented virtual functions.
More...
#include <cloneable.hpp>
Declare that T has unimplemented virtual functions.
Due to metaprogramming restrictions on CRTP interfaces, we rely on the user of these mechanisms to declare when a class has unimplemented virtual functions (or "is abstract").
| T | The type that has at least one unimplemented virtual function. |
Definition at line 70 of file cloneable.hpp.