Class expression_placeholder¶
class expression_placeholder<T, Dims, Key> base¶
template <typename T, index_t Dims = 1, size_t Key = 0>
struct expression_placeholder { … } A placeholder expression that can be bound to a concrete expression at runtime.
| T | Value type of the placeholder. |
| Dims | Number of dimensions. |
| Key | Integer key identifying this placeholder among several in the same graph. |
typedef value_type ¶
using value_type = T Fully qualified name: kfr::expression_placeholder<T, Dims, Key>::value_type
Declared at base/handle.hpp:437
constructor expression_placeholder<T, Dims, Key>() ¶
expression_placeholder() noexcept = default Fully qualified name: kfr::expression_placeholder<T, Dims, Key>::expression_placeholder<T, Dims, Key>()
Declared at base/handle.hpp:438
variable handle ¶
expression_handle<T, Dims> handle Handle to the bound expression, or empty if unbound.
Fully qualified name: kfr::expression_placeholder<T, Dims, Key>::handle
Declared at base/handle.hpp:440
Fully qualified name: kfr::expression_placeholder<T, Dims, Key>
Declared at base/handle.hpp:434
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.