WRApplication
External kratos "application" for multiscale time integration.
Comparison< TValue, TOperator > Class Template Reference

Perform a comparison operation on the input as the left hand side. More...

Inheritance diagram for Comparison< TValue, TOperator >:
Collaboration diagram for Comparison< TValue, TOperator >:

Public Member Functions

 Comparison ()
 
 Comparison (const Parameters &rParameters)
 
bool operator() (TValue lhs) const noexcept
 

Static Public Member Functions

static Parameters GetDefaultParameters ()
 

Additional Inherited Members

- Public Types inherited from Traits< TValue, bool >
using InputType = TValue
 cv-qualified argument type of operator() More...
 
using OutputType = bool
 qualified return type of operator() More...
 

Detailed Description

template<class TValue, class TOperator>
class Kratos::Pipes::Comparison< TValue, TOperator >

Perform a comparison operation on the input as the left hand side.

Note
Constructible from Parameters with an "rhs" entry.

Constructor & Destructor Documentation

◆ Comparison() [1/2]

◆ Comparison() [2/2]

Comparison ( const Parameters &  rParameters)

Member Function Documentation

◆ GetDefaultParameters()

static Parameters GetDefaultParameters ( )
static

◆ operator()()

bool operator() ( TValue  lhs) const
noexcept

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