OTest2
A C++ testing framework
Public Member Functions | List of all members
OTest2::LexiGreaterOrEqual< A_, B_ > Class Template Reference

the '>=' operator for lexicographical assertions More...

#include <comparisonslexi.h>

Public Member Functions

int checkItems (typename TypeTrait< A_ >::BestArg a_, typename TypeTrait< B_ >::BestArg b_) const
 
bool checkRests (bool a_ends_, bool b_ends_) const
 

Detailed Description

template<typename A_, typename B_>
class OTest2::LexiGreaterOrEqual< A_, B_ >

the '>=' operator for lexicographical assertions

Definition at line 113 of file comparisonslexi.h.

Member Function Documentation

◆ checkItems()

template<typename A_ , typename B_ >
int OTest2::LexiGreaterOrEqual< A_, B_ >::checkItems ( typename TypeTrait< A_ >::BestArg  a_,
typename TypeTrait< B_ >::BestArg  b_ 
) const
inline

Definition at line 119 of file comparisonslexi.h.

◆ checkRests()

template<typename A_ , typename B_ >
bool OTest2::LexiGreaterOrEqual< A_, B_ >::checkRests ( bool  a_ends_,
bool  b_ends_ 
) const
inline

Definition at line 129 of file comparisonslexi.h.


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