dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Namespaces | Typedefs
typetraits.hh File Reference
#include <dune/common/typetraits.hh>
#include <dune/typetree/typetraits.hh>

Go to the source code of this file.

Namespaces

namespace  Dune
 For backward compatibility – Do not use this!
 
namespace  Dune::PDELab
 

Typedefs

template<typename T >
using Dune::PDELab::IsGridFunction = std::integral_constant< bool, impl::IsGridFunction< std::decay_t< T > >::value >