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

Function BOOST_AUTO_TEST_CASE

compute/test/test_vector.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace compute = boost::compute;
32
33BOOST_AUTO_TEST_CASE(concept_check)
34{
35 BOOST_CONCEPT_ASSERT((boost::Container<bc::vector<int> >));
36 //BOOST_CONCEPT_ASSERT((boost::SequenceConcept<bc::vector<int> >));
37 BOOST_CONCEPT_ASSERT((boost::ReversibleContainer<bc::vector<int> >));
38 BOOST_CONCEPT_ASSERT((boost::RandomAccessIterator<bc::vector<int>::iterator>));
39 BOOST_CONCEPT_ASSERT((boost::RandomAccessIterator<bc::vector<int>::const_iterator>));
40}
41
42BOOST_AUTO_TEST_CASE(size)
43{

Callers

nothing calls this directly

Calls 15

copyFunction · 0.85
removeFunction · 0.85
findFunction · 0.85
bug_in_clcreatebufferFunction · 0.85
push_backMethod · 0.80
assignMethod · 0.80
global_memory_sizeMethod · 0.80
fillFunction · 0.50
sizeMethod · 0.45
emptyMethod · 0.45
resizeMethod · 0.45
capacityMethod · 0.45

Tested by

no test coverage detected