MCPcopy Create free account
hub / github.com/Tencent/rapidjson / DocumentMove

Class DocumentMove

test/unittest/documenttest.cpp:442–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440
441template <typename Allocator>
442struct DocumentMove: public ::testing::Test {
443};
444
445typedef ::testing::Types< CrtAllocator, MemoryPoolAllocator<> > MoveAllocatorTypes;
446TYPED_TEST_CASE(DocumentMove, MoveAllocatorTypes);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected