More work on control bus refactor...
This commit is contained in:
parent
edff13dcae
commit
2762db8408
3 changed files with 43 additions and 31 deletions
|
@ -191,6 +191,9 @@ public:
|
|||
/**
|
||||
* Apply a function or function object to all peers
|
||||
*
|
||||
* Note: explicitly template this by reference if you want the object
|
||||
* passed by reference instead of copied.
|
||||
*
|
||||
* @param f Function to apply
|
||||
* @tparam F Function or function object type
|
||||
*/
|
||||
|
@ -205,6 +208,9 @@ public:
|
|||
/**
|
||||
* Apply a function or function object to all supernode peers
|
||||
*
|
||||
* Note: explicitly template this by reference if you want the object
|
||||
* passed by reference instead of copied.
|
||||
*
|
||||
* @param f Function to apply
|
||||
* @tparam F Function or function object type
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue