pTraits_cmptType< T, stdFoam::void_t< decltype(pTraits< T >::zero)> > Struct Template Reference

The underlying component data type for vector-space (or complex). More...

Public Types

typedef pTraits< T >::cmptType type
 

Detailed Description

template<class T>
struct Foam::pTraits_cmptType< T, stdFoam::void_t< decltype(pTraits< T >::zero)> >

The underlying component data type for vector-space (or complex).

Enabled when pTraits<T>:zero has a defined type (ie, exists), such as for arithmetic primitives, vector-space etc. where the concept of a component type also makes sense.

Definition at line 158 of file pTraits.H.

Member Typedef Documentation

◆ type

typedef pTraits<T>::cmptType type

Definition at line 160 of file pTraits.H.


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