LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
lbann::HasAbstractFunction< T > Struct Template Reference

Declare that T has unimplemented virtual functions. More...

#include <cloneable.hpp>

Detailed Description

template<typename T>
struct lbann::HasAbstractFunction< T >

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").

Template Parameters
TThe type that has at least one unimplemented virtual function.

Definition at line 70 of file cloneable.hpp.


The documentation for this struct was generated from the following file: