MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / basic_file

Function basic_file

3rd/asio-1.24.0/include/asio/basic_file.hpp:100–103  ·  view source on GitHub ↗

Construct a basic_file without opening it. * This constructor initialises a file without opening it. * * @param ex The I/O executor that the file will use, by default, to * dispatch handlers for any asynchronous operations performed on the file. */

Source from the content-addressed store, hash-verified

98 * dispatch handlers for any asynchronous operations performed on the file.
99 */
100 explicit basic_file(const executor_type& ex)
101 : impl_(0, ex)
102 {
103 }
104
105 /// Construct a basic_file without opening it.
106 /**

Callers 1

basic_file.hppFile · 0.70

Calls 4

throw_errorFunction · 0.85
openMethod · 0.45
assignMethod · 0.45

Tested by

no test coverage detected