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

#include <comparisons.h>

Public Member Functions

bool operator() (typename TypeTrait< A_ >::BestArg a_, typename TypeTrait< B_ >::BestArg b_, typename TypeTrait< Precision_ >::BestArg precision_) const
 

Detailed Description

template<typename A_, typename B_, typename Precision_>
struct OTest2::NotEqualFP< A_, B_, Precision_ >

Definition at line 76 of file comparisons.h.

Member Function Documentation

◆ operator()()

template<typename A_ , typename B_ , typename Precision_ >
bool OTest2::NotEqualFP< A_, B_, Precision_ >::operator() ( typename TypeTrait< A_ >::BestArg  a_,
typename TypeTrait< B_ >::BestArg  b_,
typename TypeTrait< Precision_ >::BestArg  precision_ 
) const
inline

Definition at line 77 of file comparisons.h.


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