MCPcopy Create free account
hub / github.com/apache/singa / IsContainerTest

Function IsContainerTest

test/gtest/gtest.h:7821–7825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7819typedef int IsContainer;
7820template <class C>
7821IsContainer IsContainerTest(int /* dummy */,
7822 typename C::iterator* /* it */ = NULL,
7823 typename C::const_iterator* /* const_it */ = NULL) {
7824 return 0;
7825}
7826
7827typedef char IsNotContainer;
7828template <class C>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected