MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / is_even

Function is_even

test/transform_test.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17typedef std::list<int> IntList;
18IntList intList = { 1, 2, 2, 3, 2 };
19bool is_even(int value)
20{
21 return (value % 2 == 0);
22}
23}
24
25TEST_CASE("transform_test - replicate_elems")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected