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

Function BOOST_AUTO_TEST_CASE

test/test_buffer_iterator.cpp:29–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace compute = boost::compute;
28
29BOOST_AUTO_TEST_CASE(value_type)
30{
31 BOOST_STATIC_ASSERT((
32 boost::is_same<
33 compute::buffer_iterator<int>::value_type, int
34 >::value
35 ));
36 BOOST_STATIC_ASSERT((
37 boost::is_same<
38 compute::buffer_iterator<float>::value_type, float
39 >::value
40 ));
41}
42
43BOOST_AUTO_TEST_CASE(reverse_external_buffer_doctest)
44{

Callers

nothing calls this directly

Calls 4

reverseFunction · 0.85
enqueue_write_bufferMethod · 0.80
enqueue_read_bufferMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected