Returns the ID of the platform.
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected