Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
AMReX_Any.H File Reference

Type-erased container that supports move-only types. More...

#include <AMReX_Config.H>
#include <concepts>
#include <memory>
#include <typeinfo>
#include <type_traits>

Go to the source code of this file.

Classes

class  amrex::Any
 Type-erased container similar to std::any, but supports move-only types. More...
 

Namespaces

namespace  amrex
 

Detailed Description

Type-erased container that supports move-only types.