21 RAPIDJSON_DIAG_OFF(c++98-compat)
98 #if RAPIDJSON_HAS_CXX11_RVALUE_REFS
102 #include <type_traits>
115 #if !defined(_MSC_VER) || _MSC_VER >= 1800
126 #if !defined(_MSC_VER) || _MSC_VER >= 1800
size_t GetSize() const
Get the size of string in bytes in the string buffer.
const Ch * GetString() const
size_t GetLength() const
Get the length of string in Ch in the string buffer.
Default memory allocator used by the parser and DOM.
#define EXPECT_EQ(val1, val2)
#define EXPECT_STREQ(s1, s2)
void PutN(FileWriteStream &stream, char c, size_t n)
Implement specialized version of PutN() with memset() for better performance.
const T & move(const T &t)
const GenericPointer< typename T::ValueType > T2 value
TEST(StringBuffer, InitialSize)