MGIS
Loading...
Searching...
No Matches
mgis::internal::InvalidValueTraits< Type > Struct Template Reference

metafunction returning an invalid value associated with a type More...

#include </home/runner/work/MFrontGenericInterfaceSupport/MFrontGenericInterfaceSupport/include/MGIS/InvalidResult.hxx>

Static Public Attributes

static constexpr bool isSpecialized = false
 

Detailed Description

template<typename Type>
struct mgis::internal::InvalidValueTraits< Type >

metafunction returning an invalid value associated with a type

The InvalidResult class can be converted to any type for which this class is specialized.

Specialisation of this class must expose:

  • a public static constexpr data member named isSpecialized egal to true.
  • a public static constexpr method named getValue returning the invalid value.

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