Skip to content

Commit

Permalink
#276: pipe: improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jun 13, 2023
1 parent 0587b24 commit adce89d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vt/pipe/pipe_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ struct PipeManager
/**
* \brief Make callback to an active function, objgroup, or collection
*
* \param[in] node the node to target
* \param[in] target the node or proxy to target
*
* \return a callback
*/
template <auto f, typename Target>
auto makeSend(Target node);
auto makeSend(Target target);

/**
* \brief Make callback to a functor
Expand Down

0 comments on commit adce89d

Please sign in to comment.