MCPcopy Create free account
hub / github.com/BirolLab/abyss / type_int

Method type_int

Unittest/Common/StringUtilTest.cpp:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 public:
94 T myVar;
95 void type_int() { ::testing::StaticAssertTypeEq<int, T>(); }
96 void type_double() { ::testing::StaticAssertTypeEq<double, T>(); }
97 void type_string() { ::testing::StaticAssertTypeEq<string, T>(); }
98};

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected