![]() |
deal.II version 9.7.0
|
#include <deal.II/base/numbers.h>
A test to see if it is possible to convert one number type to the other.
Static Public Attributes | |
| static const bool | value = test<From, To>(0) |
Static Private Member Functions | |
| template<typename T> | |
| static void | f (T) |
| template<typename F, typename T> | |
| static constexpr auto | test (int) -> decltype(f(static_cast< T >(std::declval< F >())), true) |
| template<typename F, typename T> | |
| static constexpr auto | test (...) -> bool |
|
staticprivate |
|
inlinestaticconstexprprivate |
|
inlinestaticconstexprprivate |
|
static |