1#ifndef STATIC_ASSERT_DEFINED
2#define STATIC_ASSERT_DEFINED
13template <
typename A,
typename B>
26 enum { EQUALS =
false, POINTER_TO =
true, CASTABLE_TO =
false };
Definition StaticAssert.hpp:8
@ FALSE
Definition StaticAssert.hpp:10
Definition StaticAssert.hpp:14
@ POINTER_TO
Definition StaticAssert.hpp:16
@ EQUALS
Definition StaticAssert.hpp:16
@ CASTABLE_TO
Definition StaticAssert.hpp:16
Definition Algorithm.hpp:10
Complex< real > complex
Definition Complex.hpp:17