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

Converts a list into a function signature. More...

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

Detailed Description

template<typename... Ts>
struct axom::inlet::detail::list_to_inlet_signature< Ts >

Converts a list into a function signature.

Template Parameters
RetThe function return type
Args...The function's argument types
Note
This would be called as list_to_inlet_signature<Ret, Arg1, Arg2, ..., etc> to convert to Ret(Arg1, Arg2, ...) after applying the cvref transformation by inlet_function_arg_type<T>

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