Gromacs  2025.0-dev-20241009-5c23d5f
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types
gmx::test::detail::ParamsToFormatterVariants< std::tuple< Ts...> > Struct Template Reference

#include <testutils/include/testutils/naming.h>

Description

template<typename... Ts>
struct gmx::test::detail::ParamsToFormatterVariants< std::tuple< Ts...> >

Specialization for tuple of parameter types to tuple of formatter variants.

This makes it easy to declare functions and classes that take parameters that are tuples of parameters and matching tuples of formatter variants.

Public Types

using type = std::tuple< typename FormatterVariant< Ts >::Variant...>
 

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