Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
Teuchos_CompileTimeAssert.hpp File Reference

Template classes for testing assertions at compile time. More...

#include "Teuchos_ConfigDefs.hpp"
Include dependency graph for Teuchos_CompileTimeAssert.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Template classes for testing assertions at compile time.

Definition in file Teuchos_CompileTimeAssert.hpp.