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

Takes a Ret(Args...) signature and applies cvref qualifiers to applicable arguments. More...

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

Detailed Description

template<typename>
class axom::inlet::detail::cleanup_function_signature< typename >

Takes a Ret(Args...) signature and applies cvref qualifiers to applicable arguments.

Template Parameters
RetThe function's return type
Args...The function's arguments

Designed to be used with user-facing retrieval functions so the user is not required to specify the qualifiers in something like a get<std::function<Ret(Args...)>


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