AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
FromInlet< T > Struct Template Reference

Prototype for user-defined types wishing to define a by-value read from inlet with axom::inlet::Container::get(const std::string&) More...

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/latest/src/axom/inlet/Container.hpp>

Public Member Functions

 FromInlet ()=delete
 

Detailed Description

template<typename T>
struct FromInlet< T >

Prototype for user-defined types wishing to define a by-value read from inlet with axom::inlet::Container::get(const std::string&)

This is the only way of reading in a non-default-constructible type from Inlet.

See also
axom::inlet::Container::get(const std::string&)

Constructor & Destructor Documentation

◆ FromInlet()

template<typename T >
FromInlet< T >::FromInlet ( )
delete

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