ManaPlus
Static Public Member Functions
Catch::Internal::OperatorTraits< Op > Struct Template Reference

#include <catch.hpp>

Static Public Member Functions

static const char * getName ()
 

Detailed Description

template<Operator Op>
struct Catch::Internal::OperatorTraits< Op >

Definition at line 1310 of file catch.hpp.

Member Function Documentation

◆ getName()

template<Operator Op>
static const char* Catch::Internal::OperatorTraits< Op >::getName ( )
inlinestatic

Definition at line 1310 of file catch.hpp.

1310 { static const char* getName(){ return "*error*"; } };
static const char * getName()
Definition: catch.hpp:1310

References Catch::Internal::OperatorTraits< Op >::getName().

Referenced by Catch::Internal::OperatorTraits< Op >::getName().


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