|
WRApplication
External kratos "application" for multiscale time integration.
|
Return a bool regardless of the input. More...
#include <basic_pipes.hpp>
Public Member Functions | |
| ConstPredicate () noexcept | |
| ConstPredicate (bool value) noexcept | |
| ConstPredicate (const Parameters &rParameters) | |
| ConstPredicate (ConstPredicate &&rOther) noexcept=default | |
| ConstPredicate (const ConstPredicate &rOther) noexcept=default | |
| bool | operator() (TInput) const noexcept |
Static Public Member Functions | |
| static Parameters | GetDefaultParameters () |
Additional Inherited Members | |
Public Types inherited from Traits< TInput, bool > | |
| using | InputType = TInput |
| cv-qualified argument type of operator() | |
| using | OutputType = bool |
| qualified return type of operator() | |
Return a bool regardless of the input.
Constructible from Parameters with a "value" entry (bool). Defaults to false.
|
noexcept |
|
noexcept |
| ConstPredicate | ( | const Parameters & | rParameters | ) |
|
defaultnoexcept |
|
defaultnoexcept |
|
static |
|
inlinenoexcept |