Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Struct is_device_iterator<discard_iterator>

boost::compute::is_device_iterator<discard_iterator> — internal_ (is_device_iterator specialization for discard_iterator)

Synopsis

// In header: <boost/compute/iterator/discard_iterator.hpp>


struct is_device_iterator<discard_iterator> : public true_type {
};

PrevUpHomeNext