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

Function throw_no_device_found

test/test_no_device_found.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#include <boost/compute/exception/no_device_found.hpp>
15
16void throw_no_device_found()
17{
18 throw boost::compute::no_device_found();
19}
20
21BOOST_AUTO_TEST_CASE(what)
22{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

no_device_foundClass · 0.85

Tested by

no test coverage detected