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

metafunction allowing returning a value from an optional-like type or void for boolean values 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::OptionalTraits< Type >

metafunction allowing returning a value from an optional-like type or void for boolean values

  • a public static constexpr data member named isSpecialized egal to true.
  • a public static constexpr method named deference taking an r-value reference to an optional-like and returning its value.

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