Teuchos - Trilinos Tools Package
Version of the Day
|
Template classes for testing assertions at compile time. More...
#include "Teuchos_ConfigDefs.hpp"
Go to the source code of this file.
Classes | |
class | Teuchos::CompileTimeAssert< Test > |
If instantiated (for Test!=0) then this should not compile! More... | |
class | Teuchos::CompileTimeAssert< 0 > |
If instantiated (i.e. Test==0) then this will compile! More... | |
Namespaces | |
Teuchos | |
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines. | |
Template classes for testing assertions at compile time.
Definition in file Teuchos_CompileTimeAssert.hpp.