|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Sacado_mpl_enable_if.hpp"#include "Sacado_mpl_disable_if.hpp"#include "Sacado_mpl_is_same.hpp"#include "Sacado_mpl_is_convertible.hpp"#include "Sacado_mpl_type_wrap.hpp"

Go to the source code of this file.
| #define SACADO_ENABLE_IF_SAME | ( | TYPE1, | |
| TYPE2, | |||
| RETURN_TYPE ) |
Definition at line 40 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_ENABLE_EXPR_FUNC | ( | RETURN_TYPE | ) |
Definition at line 42 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_ENABLE_EXPR_CTOR_DEF SACADO_ENABLE_EXPR_FUNC(void*) |
Definition at line 44 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_ENABLE_EXPR_CTOR_DECL SACADO_ENABLE_EXPR_CTOR_DEF = 0 |
Definition at line 45 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_FAD_ENABLE_EXPR_FUNC SACADO_ENABLE_IF_SAME(typename Expr<S>::value_type, typename FAD::value_type, FAD&) |
Definition at line 46 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_EXP_ENABLE_EXPR_FUNC | ( | RETURN_TYPE | ) |
Definition at line 49 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_EXP_ENABLE_EXPR_CTOR_DEF |
Definition at line 51 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_EXP_ENABLE_EXPR_CTOR_DECL SACADO_EXP_ENABLE_EXPR_CTOR_DEF = 0 |
Definition at line 58 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_FAD_EXP_ENABLE_EXPR_FUNC SACADO_ENABLE_IF_SAME(typename Expr<S>::derived_type::value_type, typename FAD::value_type, FAD&) |
Definition at line 59 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_ENABLE_IF_CONVERTIBLE | ( | TYPE1, | |
| TYPE2, | |||
| RETURN_TYPE ) |
Definition at line 62 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_ENABLE_VALUE_FUNC | ( | RETURN_TYPE | ) |
Definition at line 64 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_ENABLE_VALUE_CTOR_DEF SACADO_ENABLE_VALUE_FUNC(void*) |
Definition at line 66 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_ENABLE_VALUE_CTOR_DECL SACADO_ENABLE_VALUE_CTOR_DEF = 0 |
Definition at line 67 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_EXP_ENABLE_VALUE_CTOR_DEF |
Definition at line 69 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_EXP_ENABLE_VALUE_CTOR_DECL SACADO_EXP_ENABLE_VALUE_CTOR_DEF = 0 |
Definition at line 73 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_FAD_OP_ENABLE_EXPR_EXPR | ( | OP | ) |
Definition at line 75 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_FAD_EXP_OP_ENABLE_EXPR_EXPR | ( | OP | ) |
Definition at line 80 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_FAD_OP_ENABLE_SCALAR_EXPR | ( | OP | ) |
Definition at line 85 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_FAD_OP_ENABLE_EXPR_SCALAR | ( | OP | ) |
Definition at line 87 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_FAD_EXP_OP_ENABLE_SCALAR_EXPR | ( | OP | ) |
Definition at line 89 of file Sacado_SFINAE_Macros.hpp.
| #define SACADO_FAD_EXP_OP_ENABLE_EXPR_SCALAR | ( | OP | ) |
Definition at line 91 of file Sacado_SFINAE_Macros.hpp.