MCPcopy Create free account
hub / github.com/boostorg/compute / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

test/test_vector.cpp:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 15

fillFunction · 0.85
copyFunction · 0.85
removeFunction · 0.85
findFunction · 0.85
push_backMethod · 0.80
assignMethod · 0.80
global_memory_sizeMethod · 0.80
sizeMethod · 0.45
emptyMethod · 0.45
resizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected