Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
amrex::BaseFabType Concept Reference

Checks if a type is derived from amrex::BaseFab. More...

#include <AMReX_Concepts.H>

Concept definition

template<typename T>
concept amrex::BaseFabType = amrex::IsBaseFab_v<T>
Checks if a type is derived from amrex::BaseFab.
Definition AMReX_Concepts.H:13

Detailed Description

Checks if a type is derived from amrex::BaseFab.