mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 05:29:43 +01:00
Better comments for understanding the classes array_t<> and array_item_t<>
This commit is contained in:
@@ -67,7 +67,7 @@ namespace zmq
|
||||
|
||||
// Note that pipe can be stored in three different arrays.
|
||||
// The array of inbound pipes (1), the array of outbound pipes (2) and
|
||||
// the generic array of pipes to deallocate (3).
|
||||
// the generic array of pipes to be deallocated (3).
|
||||
|
||||
class pipe_t :
|
||||
public object_t,
|
||||
|
||||
Reference in New Issue
Block a user