chombo-discharge
Loading...
Searching...
No Matches
Public Types | List of all members
detail::MemberPointerTraits< T C::* > Struct Template Reference

Specialization that extracts the class and value type from a pointer-to-member type. More...

#include <CD_ParticleSoA.H>

Public Types

using ClassType = C
 Class that owns the member.
 
using ValueType = T
 Value type of the member.
 

Detailed Description

template<typename C, typename T>
struct detail::MemberPointerTraits< T C::* >

Specialization that extracts the class and value type from a pointer-to-member type.

Template Parameters
CClass that owns the member.
TValue type of the member.

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