13 #ifndef STXXL_IO__CREATE_FILE_H_
14 #define STXXL_IO__CREATE_FILE_H_
16 #include <stxxl/bits/io/file.h>
19 __STXXL_BEGIN_NAMESPACE
21 file * create_file(
const std::string & io_impl,
22 const std::string & filename,
24 int physical_device_id = file::DEFAULT_QUEUE,
25 int allocator_id = file::NO_ALLOCATOR);
29 #endif // !STXXL_IO__CREATE_FILE_H_
Defines interface of file.
Definition: file.h:90