Add a constant value to the input.
More...
#include <basic_pipes.hpp>
|
| | Add () noexcept |
| |
| | Add (TValue rhs) noexcept |
| |
| | Add (const Parameters &rParameters) |
| |
| TValue | operator() (TValue input) const noexcept |
| |
|
| using | InputType = TValue |
| | cv-qualified argument type of operator()
|
| |
| using | OutputType = TValue |
| | qualified return type of operator()
|
| |
template<class TValue>
class Kratos::Pipes::Add< TValue >
Add a constant value to the input.
- Note
- Constructible from Parameters with a "value" entry.
◆ Add() [1/3]
◆ Add() [2/3]
◆ Add() [3/3]
template<class TValue >
| Add |
( |
const Parameters & |
rParameters | ) |
|
◆ GetDefaultParameters()
template<class TValue >
| static Parameters GetDefaultParameters |
( |
| ) |
|
|
static |
◆ operator()()
template<class TValue >
| TValue operator() |
( |
TValue |
input | ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following file: