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

Adds a single type to a single TypeList via prepending. More...

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

Detailed Description

template<typename T, typename... Ts>
struct axom::inlet::detail::list_prepend< T, Ts >

Adds a single type to a single TypeList via prepending.

Template Parameters
TThe type to add to the TypeList, e.g.,
Ts...The types in the existing TypeList, e.g., <B, C, D>

In the above example the result type is TypeList<A, B, C, D>


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