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

PrevUpHomeNext

Function template type_definition

boost::compute::type_definition

Synopsis

// In header: <boost/compute/type_traits/type_definition.hpp>


template<typename T> std::string type_definition();

Description

Returns the OpenCL type definition for T.

See Also:

type_name<T>()

Returns:

a string containing the type definition for T


PrevUpHomeNext