MCPcopy Create free account
hub / github.com/boostorg/compute / id

Method id

include/boost/compute/platform.hpp:68–71  ·  view source on GitHub ↗

Returns the ID of the platform.

Source from the content-addressed store, hash-verified

66
67 /// Returns the ID of the platform.
68 cl_platform_id id() const
69 {
70 return m_platform;
71 }
72
73 /// Returns the name of the platform.
74 std::string name() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected