Block-Structured AMR Software Framework
amrex::NonLocalBC::IsDataPacking< DP, FAB > Struct Template Reference

This type trait tests if a given type DP satisfies the DataPacking concept for type FAB. More...

#include <AMReX_NonLocalBC.H>

Inheritance diagram for amrex::NonLocalBC::IsDataPacking< DP, FAB >:
amrex::Conjunction< IsDetected< LocalCopy_t, DP &, FabArray< FAB > &, const FabArray< FAB > &, const FabArrayBase::CopyComTagsContainer & >, IsDetected< PrepareSendBuffers_t, DP &, FabArray< FAB > &, const FabArray< FAB > &, CommData &, const FabArrayBase::MapOfCopyComTagContainers & >, IsDetected< PrepareRecvBuffers_t, DP &, FabArray< FAB > &, const FabArray< FAB > &, CommData &, const FabArrayBase::MapOfCopyComTagContainers & >, IsDetected< PackSendBuffers_t, DP &, const FabArray< FAB > &, CommData & >, IsDetected< UnpackRecvBuffers_t, DP &, FabArray< FAB > &, CommData & > >

Detailed Description

template<typename DP, typename FAB>
struct amrex::NonLocalBC::IsDataPacking< DP, FAB >

This type trait tests if a given type DP satisfies the DataPacking concept for type FAB.


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