#include <Sacado_mpl_is_convertible.hpp>
|
| typedef char | yes |
| |
| typedef char(& | no)[2] |
| |
|
| template<typename To > |
| static yes | tester (To) |
| |
| template<typename To > |
| static no | tester (...) |
| |
◆ yes
◆ no
| typedef char(& Sacado::mpl::convertible_impl::no)[2] |
◆ tester() [1/2]
template<typename To >
| static yes Sacado::mpl::convertible_impl::tester |
( |
To |
| ) |
|
|
static |
◆ tester() [2/2]
template<typename To >
| static no Sacado::mpl::convertible_impl::tester |
( |
|
... | ) |
|
|
static |
The documentation for this struct was generated from the following file: