MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / create_bool_vector

Function create_bool_vector

tests/basic/test-algorithm.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#include <geode/tests/common.hpp>
32
33std::vector< bool > create_bool_vector()
34{
35 return { false, true, false, false };
36}
37
38std::vector< double > create_double_vector()
39{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected