1 #ifndef _library__temporary_handle__hpp__included__
2 #define _library__temporary_handle__hpp__included__
8 template<typename
... A
> temporary_handle(A
... args
)
28 temporary_handle(const temporary_handle
&);
29 temporary_handle
& operator=(const temporary_handle
&);