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

Method type_double

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

Source from the content-addressed store, hash-verified

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};
99

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected