ManaPlus
Public Member Functions
doctest::detail::RelationalComparator< int, L, R > Struct Template Reference

#include <doctest.h>

Public Member Functions

bool operator() (const L &, const R &) const
 

Detailed Description

template<int, class L, class R>
struct doctest::detail::RelationalComparator< int, L, R >

Definition at line 1313 of file doctest.h.

Member Function Documentation

◆ operator()()

template<int , class L , class R >
bool doctest::detail::RelationalComparator< int, L, R >::operator() ( const L &  ,
const R &   
) const
inline

Definition at line 1313 of file doctest.h.

1313 { bool operator()(const DOCTEST_REF_WRAP(L), const DOCTEST_REF_WRAP(R) ) const { return false; } };
#define DOCTEST_REF_WRAP(x)
bool operator()(const L &, const R &) const
Definition: doctest.h:1313

References DOCTEST_REF_WRAP, and doctest::detail::RelationalComparator< int, L, R >::operator()().

Referenced by doctest::detail::RelationalComparator< int, L, R >::operator()().


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