![]() |
Home | Libraries | People | FAQ | More |
boost::compute::get
// In header: <boost/compute/functional/get.hpp> template<size_t N> struct get { // public member functions template<typename Arg> unspecified operator()(const Arg &) const; };
Returns the N'th
element of an aggregate type (e.g. scalarN, pair, tuple, etc.).
See Also: field<T>