mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-19 19:39:26 +08:00
mdbx++: is_printable() for UTF8.
Change-Id: I96a58dc97e2f4261eafceb358a1dca7ba55cfa0d
This commit is contained in:
2
mdbx.h++
2
mdbx.h++
@@ -539,7 +539,7 @@ struct LIBMDBX_API_TYPE slice : public ::MDBX_val {
|
||||
base64_decode(const ALLOCATOR &allocator = ALLOCATOR()) const;
|
||||
|
||||
__nothrow_pure_function bool
|
||||
is_printable(bool allow_utf8 = true) const noexcept;
|
||||
is_printable(bool disable_utf8 = false) const noexcept;
|
||||
__nothrow_pure_function bool
|
||||
is_hex(bool ignore_spaces = false) const noexcept;
|
||||
__nothrow_pure_function bool
|
||||
|
Reference in New Issue
Block a user