Function placeholder¶
function placeholder(csize_t<Key>) base¶
template <typename T, index_t Dims = 1, size_t Key = 0>
KFR_INTRINSIC expression_placeholder<T, Dims, Key> placeholder(csize_t<Key> = csize_t<Key> { … } Create an unbound expression_placeholder with the given key.
| T | Value type of the placeholder. |
| Dims | Number of dimensions (default 1). |
| Key | Integer key identifying this placeholder (default 0). |
| key | Compile-time key tag. |
| A new unbound placeholder. |
Fully qualified name: kfr::placeholder(csize_t<Key>)
Declared at base/handle.hpp:483
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.