DUNE-ACFEM (unstable)
Dune::ACFem::HasUnaryMinus< T, std::enable_if_t<(sizeof(decltype(-std::declval< T >())) >=0)> > Struct Template Reference
TrueType if a T allows for the unary minus operator. More...
#include <dune/acfem/common/types.hh>
Detailed Description
template<class T>
struct Dune::ACFem::HasUnaryMinus< T, std::enable_if_t<(sizeof(decltype(-std::declval< T >())) >=0)> >
struct Dune::ACFem::HasUnaryMinus< T, std::enable_if_t<(sizeof(decltype(-std::declval< T >())) >=0)> >
TrueType if a T allows for the unary minus operator.
The documentation for this struct was generated from the following file:
- dune/acfem/common/types.hh
