Returns the max number of packets.
| 109 | |
| 110 | /// Returns the max number of packets. |
| 111 | uint_ max_packets() const |
| 112 | { |
| 113 | return get_info<uint_>(CL_PIPE_MAX_PACKETS); |
| 114 | } |
| 115 | |
| 116 | /// Returns information about the pipe. |
| 117 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected