7 template<
typename Type,
typename Underlying>
16 Underlying operator*()
const
21 Underlying get()
const
29 return static_cast<A
>(value);
36 return static_cast<A
>(value);
40 void destroy(std::function<
void(A)> d)
44 d(
static_cast<A
>(value));
Definition: TypedHandle.hpp:9