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

Function BOOST_AUTO_TEST_CASE

test/test_array.cpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "context_setup.hpp"
21
22BOOST_AUTO_TEST_CASE(concept_check)
23{
24 BOOST_CONCEPT_ASSERT((boost::Container<boost::compute::array<int, 3> >));
25// BOOST_CONCEPT_ASSERT((boost::SequenceConcept<boost::compute::array<int, 3> >));
26 BOOST_CONCEPT_ASSERT((boost::RandomAccessIterator<boost::compute::array<int, 3>::iterator>));
27 BOOST_CONCEPT_ASSERT((boost::RandomAccessIterator<boost::compute::array<int, 3>::const_iterator>));
28}
29
30BOOST_AUTO_TEST_CASE(size)
31{

Callers

nothing calls this directly

Calls 7

copyFunction · 0.85
sizeMethod · 0.45
atMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
fillMethod · 0.45
swapMethod · 0.45

Tested by

no test coverage detected