从另一个 basic_file
移动赋值。
basic_file & operator=( basic_file && other); » more...
从另一个执行器的文件类型中移动赋值到一个 basic_file
。
template< typename Executor1> constraint_t< is_convertible< Executor1, Executor >::value, basic_file & > operator=( basic_file< Executor1 > && other); » more...