io: rename mapped_file end/begin to cend/cbegin
This commit is contained in:
parent
a6cc1e1e9d
commit
c9fae9f23a
4
io.cpp
4
io.cpp
@ -280,13 +280,13 @@ mapped_file::end (void) {
|
||||
|
||||
|
||||
const uint8_t*
|
||||
mapped_file::begin (void) const {
|
||||
mapped_file::cbegin (void) const {
|
||||
return data ();
|
||||
}
|
||||
|
||||
|
||||
const uint8_t*
|
||||
mapped_file::end (void) const {
|
||||
mapped_file::cend (void) const {
|
||||
return data () + size ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user