PrevUpHomeNext

Struct template is_placeholder

boost::compute::is_placeholder — Meta-function returning true if T is a placeholder type.

Synopsis

// In header: <boost/compute/functional/bind.hpp>

template<typename T> 
struct is_placeholder : public false_type {
};

PrevUpHomeNext