MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

compute/test/test_flat_set.cpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace bc = boost::compute;
25
26BOOST_AUTO_TEST_CASE(concept_check)
27{
28 BOOST_CONCEPT_ASSERT((boost::Container<bc::flat_set<int> >));
29// BOOST_CONCEPT_ASSERT((boost::SimpleAssociativeContainer<bc::flat_set<int> >));
30// BOOST_CONCEPT_ASSERT((boost::UniqueAssociativeContainer<bc::flat_set<int> >));
31 BOOST_CONCEPT_ASSERT((boost::RandomAccessIterator<bc::flat_set<int>::iterator>));
32 BOOST_CONCEPT_ASSERT((boost::RandomAccessIterator<bc::flat_set<int>::const_iterator>));
33}
34
35BOOST_AUTO_TEST_CASE(insert)
36{

Callers

nothing calls this directly

Calls 8

insertMethod · 0.45
finishMethod · 0.45
beginMethod · 0.45
sizeMethod · 0.45
eraseMethod · 0.45
endMethod · 0.45
emptyMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected