Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Private Attributes | List of all members
Teuchos::CompileTimeAssert< Test > Class Template Reference

If instantiated (for Test!=0) then this should not compile! More...

#include <Teuchos_CompileTimeAssert.hpp>

Private Attributes

int compile_time_assert_failed [Test-1000]
 

Detailed Description

template<int Test>
class Teuchos::CompileTimeAssert< Test >

If instantiated (for Test!=0) then this should not compile!

Definition at line 60 of file Teuchos_CompileTimeAssert.hpp.

Member Data Documentation

template<int Test>
int Teuchos::CompileTimeAssert< Test >::compile_time_assert_failed[Test-1000]
private

Definition at line 61 of file Teuchos_CompileTimeAssert.hpp.


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