MFEM v4.9.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::future::is_dual_number< T > Struct Template Reference

class for checking if a type is a dual number or not More...

#include <dual.hpp>

Static Public Attributes

static constexpr bool value = false
 whether or not type T is a dual number
 

Detailed Description

template<typename T>
struct mfem::future::is_dual_number< T >

class for checking if a type is a dual number or not

Definition at line 55 of file dual.hpp.

Member Data Documentation

◆ value

template<typename T >
bool mfem::future::is_dual_number< T >::value = false
staticconstexpr

whether or not type T is a dual number

Definition at line 58 of file dual.hpp.


The documentation for this struct was generated from the following file: