Reference documentation for deal.II version 9.6.0
|
#include <deal.II/base/numbers.h>
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 |
A test to see if it is possible to convert one number type to the other.
|
staticprivate |
|
inlinestaticconstexprprivate |
|
inlinestaticconstexprprivate |
|
static |