AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
Verifiable.hpp File Reference

This file defines an interface for things that are verifiable. More...

#include <functional>
#include "axom/inlet/inlet_utils.hpp"

Classes

class  axom::inlet::Verifiable< BaseType >
 Interface for trivially verifiable objects - namely those that can be marked as required or checked with a user-provided lambda. More...
 
class  axom::inlet::AggregateVerifiable< BaseType >
 Implementation of the Verifiable interface for aggregates of BaseTypes. More...
 

Namespaces

 axom
 
 axom::inlet
 

Detailed Description

This file defines an interface for things that are verifiable.