Ivan Ugryumov

Results 1 comments of Ivan Ugryumov

Hello, thanks for your reply! At the moment I use: > mio::mmap_source mmap; mmap.map(datPath, offset, length, error); char *data = (char *)mmap.data(); Is there any difference between these and `basic_mmap::begin()`?