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

Function dim

compute/include/boost/compute/utility/dim.hpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29/// \see \ref extents "extents<N>"
30template<class... Args>
31inline extents<sizeof...(Args)> dim(Args... args)
32{
33 return extents<sizeof...(Args)>({ static_cast<size_t>(args)... });
34}
35
36#if BOOST_WORKAROUND(BOOST_MSVC, <= 1800)
37// for some inexplicable reason passing one parameter to 'dim' variadic template

Callers 10

mainFunction · 0.85
mainFunction · 0.85
tesselate_sphereFunction · 0.85
box_filter_imageFunction · 0.85
paintGLMethod · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85

Calls

no outgoing calls

Tested by 4

BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68