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¶ provides a sensible default value for K (0 for numbers, a default-constructed K otherwise)
-
static K Dune::XT::Common::suitable_default::value()¶
No documentation provided.