mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-19 19:39:26 +08:00
mdbx++: add operator<<(ostream, pair_result)
.
Change-Id: I44cc28f7f4f7d65225239d62f5bb8a15a8de16a8
This commit is contained in:
1
mdbx.h++
1
mdbx.h++
@@ -2679,6 +2679,7 @@ public:
|
||||
|
||||
LIBMDBX_API ::std::ostream &operator<<(::std::ostream &, const slice &);
|
||||
LIBMDBX_API ::std::ostream &operator<<(::std::ostream &, const pair &);
|
||||
LIBMDBX_API ::std::ostream &operator<<(::std::ostream &, const pair_result &);
|
||||
template <class ALLOCATOR>
|
||||
inline ::std::ostream &operator<<(::std::ostream &out,
|
||||
const buffer<ALLOCATOR> &it) {
|
||||
|
Reference in New Issue
Block a user