MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / do_something_with_enum_vector

Function do_something_with_enum_vector

unittests/compiled_tests.cpp:554–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552};
553
554void do_something_with_enum_vector(const std::vector<Utility_Test_Numbers> &v)
555{
556 CHECK(v.size() == 3);
557 CHECK(v[0] == ONE);
558 CHECK(v[1] == THREE);
559 CHECK(v[2] == TWO);
560}
561
562TEST_CASE("Utility_Test utility class wrapper for enum")
563{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected