Gromacs  2025.0-dev-20241009-5c23d5f
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
gmx::test::PrefixFormatter< T, formatter > Struct Template Reference

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

Description

template<typename T, std::string(*)(T) formatter>
struct gmx::test::PrefixFormatter< T, formatter >

Functor to add a prefix to the return from formatter for T.

Public Member Functions

std::string operator() (const T &t)
 

Public Attributes

std::string prefix
 

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