ProductValueTypeIsValid< Type, ValueType, typename std::enable_if<(pTraits< ValueType >::rank > 0) &&(pTraits< ValueType >::rank<=pTraits< Type >::rank) >::type > Struct Template Reference

Static Public Attributes

static const bool value
 

Detailed Description

template<class Type, class ValueType>
struct Foam::Function2s::ProductValueTypeIsValid< Type, ValueType, typename std::enable_if<(pTraits< ValueType >::rank > 0) &&(pTraits< ValueType >::rank<=pTraits< Type >::rank) >::type >

Definition at line 93 of file Product2.H.

Member Data Documentation

◆ value

const bool value
static
Initial value:
=
std::is_same
<
Type,
typename outerProduct
<
ValueType,
typename typeOfRank
<
scalar,
pTraits<Type>::rank - pTraits<ValueType>::rank
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
Definition: POSIX.C:488

Definition at line 104 of file Product2.H.


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