AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::inlet::detail::has_FromInlet_specialization< T, SFINAE > Class Template Reference

A type trait for checking if a type has specialized FromInlet with the required T operator()(axom::inlet::Container&) More...

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

Inherits std::false_type.

Detailed Description

template<typename T, typename SFINAE = void>
class axom::inlet::detail::has_FromInlet_specialization< T, SFINAE >

A type trait for checking if a type has specialized FromInlet with the required T operator()(axom::inlet::Container&)

Template Parameters
TThe type to check

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