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));
RAPIDJSON_FORCEINLINE T * Push(size_t count=1)
internal::Stack< Allocator > stack_
◆ PutReserve()
template<typename Encoding , typename Allocator >
Definition at line 100 of file stringbuffer.h.
mdb_size_t count(MDB_cursor *cur)
void Reserve(size_t count)
◆ PutUnsafe()
template<typename Encoding , typename Allocator >