Function DXTC_CONFIG_GET

Function template DXTC_CONFIG_GET

template<typename T>
static auto DXTC_CONFIG_GET(std::string key, T def) -> decltype(Dune::XT::Common::Config().get(key, def))

Reads key from the global Configuration, using def as default value and type.