Go to the source code of this file.
◆ StringBuffer
◆ PutN()
Implement specialized version of PutN() with memset() for better performance.
Definition at line 111 of file stringbuffer.h.
112 std::memset(stream.
stack_.Push<
char>(n), c, n *
sizeof(c));
internal::Stack< Allocator > stack_
◆ PutReserve()
template<typename Encoding , typename Allocator >
Definition at line 100 of file stringbuffer.h.
void Reserve(size_t count)
mdb_size_t count(MDB_cursor *cur)
◆ PutUnsafe()
template<typename Encoding , typename Allocator >