Function make_resource¶
function make_resource(E &&) base¶
template <typename E>
KFR_INTRINSIC std::shared_ptr<expression_resource> make_resource(E&& e) Create an expression_resource owning e (moved in), allocated with proper alignment.
| E | Concrete expression type. |
| e | Expression to take ownership of. |
| shared_ptr to the owning resource. |
Fully qualified name: kfr::make_resource(E &&)
Declared at base/handle.hpp:226
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.