Go to the source code of this file.
|
| template<bool value> |
| using | Dune::Std::bool_constant = std::integral_constant< bool, value > |
| | A template alias for std::integral_constant<bool, value> More...
|
| |
|
| template<class R , class F , class... Args, std::enable_if_t< std::is_same< void_t< std::result_of_t< F(Args...)>>, R >::value, int > = 0> |
| std::true_type | Dune::Std::Imp::is_callable_helper (PriorityTag< 2 >) |
| |
| template<class R , class F , class... Args, std::enable_if_t< std::is_convertible< std::result_of_t< F(Args...)>, R >::value, int > = 0> |
| std::true_type | Dune::Std::Imp::is_callable_helper (PriorityTag< 1 >) |
| |
| template<class R , class F , class... Args> |
| std::false_type | Dune::Std::Imp::is_callable_helper (PriorityTag< 0 >) |
| |