Class template Dune::XT::Common::suitable_default¶
-
template<class K, bool is_number = (is_arithmetic<K>::value || is_complex<K>::value)>
class Dune::XT::Common::suitable_default<K, is_number>¶ provides a sensible default value for K (0 for numbers, a default-constructed K otherwise)
Method Dune::XT::Common::suitable_default::value¶
-
template<class K, bool is_number = (is_arithmetic<K>::value || is_complex<K>::value)>
static K Dune::XT::Common::suitable_default<K, is_number>::value()¶ No documentation provided.