Function scalar¶
function scalar(T) base¶
template <typename T>
KFR_INTRINSIC expression_scalar<T> scalar(T value) Creates an expression that wraps a single value.
| T | value type (deduced from the argument) |
| value | the scalar value to wrap |
an expression_scalar holding value |
Fully qualified name: kfr::scalar(T)
Declared at base/basic_expressions.hpp:63
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.