Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
AMReX_Concepts.H File Reference
#include <AMReX_Config.H>
#include <AMReX_TypeTraits.H>
#include <concepts>

Go to the source code of this file.

Namespaces

namespace  amrex
 

Concepts

concept  amrex::BaseFabType
 Checks if a type is derived from amrex::BaseFab.
 
concept  amrex::FabArrayType
 Checks if a type is an amrex::FabArray.
 
concept  amrex::MultiFabLike
 Checks if a type is amrex::MultiFab-like (i.e., FabArray<FAB>, where FAB is a BaseFabType).