DUNE-FUNCTIONS (unstable)
type_traits.hh
std::enable_if_t< std::is_constructible_v< T, Args... >, int > enableIfConstructible
Helper to constrain forwarding constructors.
Definition: type_traits.hh:31
std::enable_if_t< HasStaticSize_v< T >, decltype(Dune::Hybrid::size(std::declval< T >()))> StaticSize
Obtain size of statically sized container as integral_constant, or fail.
Definition: type_traits.hh:72
Definition: monomialset.hh:19
Check if type is a statically sized container.
Definition: type_traits.hh:45
Obtain size of statically sized container, or 0 if dynamic size.
Definition: type_traits.hh:64
