template< typename Arg> stream( Arg && arg, context & ctx); » more...
Construct a stream from an existing native implementation.
template< typename Arg> stream( Arg && arg, native_handle_type handle); » more...
Move-construct a stream from another.
stream( stream && other); » more...