MGIS
Loading...
Searching...
No Matches
mgis::function::ScalarOrTensorConcept Concept Reference

a tensor which is true if the type is equal to real or matches the TensorConcept More...

#include </home/runner/work/MFrontGenericInterfaceSupport/MFrontGenericInterfaceSupport/include/MGIS/Function/Tensors/TensorConcept.hxx>

Concept definition

template<typename T>
concept mgis::function::ScalarOrTensorConcept = std::same_as<T, real> || TensorConcept<T>
a tensor which is true if the type is equal to real or matches the TensorConcept
Definition TensorConcept.hxx:153
Definition TensorConcept.hxx:146

Detailed Description

a tensor which is true if the type is equal to real or matches the TensorConcept