https://mooseframework.inl.gov
Static Public Attributes | List of all members
MooseUtils::IsLikeReal< T > Struct Template Reference

Custom type trait that has a value of true for types that cam be use interchangeably with Real. More...

#include <MooseUtils.h>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename T>
struct MooseUtils::IsLikeReal< T >

Custom type trait that has a value of true for types that cam be use interchangeably with Real.

Most notably it is false for complex numbers, which do not have a strict ordering (and therefore no <,>,<=,>= operators).

Definition at line 1005 of file MooseUtils.h.

Member Data Documentation

◆ value

template<typename T >
constexpr bool MooseUtils::IsLikeReal< T >::value = false
static

Definition at line 1007 of file MooseUtils.h.


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