Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
doctest::detail::RelationalComparator< int, L, R > Struct Template Reference

#include <doctest.h>

Public Member Functions

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

Detailed Description

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

Definition at line 1669 of file doctest.h.

Member Function Documentation

◆ operator()()

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

Definition at line 1669 of file doctest.h.

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

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: