|
WRApplication
External kratos "application" for multiscale time integration.
|
Pipe wrapper for Detail::IntervalUtility. More...
#include <basic_pipes.hpp>
Public Member Functions | |
| IntervalPredicate ()=default | |
| IntervalPredicate (TValue begin, TValue end) | |
| IntervalPredicate (const Parameters &rParameters) | |
| IntervalPredicate (IntervalPredicate &&rOther) noexcept=default | |
| IntervalPredicate (const IntervalPredicate &rOther)=default | |
| bool | operator() (TValue Value) const |
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() | |
| using | OutputType = bool |
| qualified return type of operator() | |
Pipe wrapper for Detail::IntervalUtility.
|
default |
| IntervalPredicate | ( | TValue | begin, |
| TValue | end | ||
| ) |
| IntervalPredicate | ( | const Parameters & | rParameters | ) |
|
defaultnoexcept |
|
default |
|
static |
|
inline |