Skip to content

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.

Template parameters
E Concrete expression type.
Parameters
e Expression to take ownership of.
Returns
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.