Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions include/meta/meta.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1805,8 +1805,9 @@ namespace meta
/// \endcond

/// Return a new \c meta::list constructed by transforming all the
/// elements in \p L with the unary Invocable \p Fn. \c transform can
/// also be called with two lists of the same length and a binary
/// elements in \p L (first argument) with the unary Invocable
/// \p Fn (second argument). \c transform can also be called with
/// two lists of the same length and a binary
/// Invocable, in which case it returns a new list constructed with the
/// results of calling \c Fn with each element in the lists, pairwise.
/// \par Complexity
Expand Down