Simple-Utility v2.3.1
Loading...
Searching...
No Matches
Transform.hpp File Reference
Include dependency graph for Transform.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sl
 
namespace  sl::functional
 

Typedefs

template<function Fn>
using sl::functional::Transform = BasicClosure< Fn, NodiscardInvokePolicy, PipeOperator >
 Closure template for variadic transform like functional types, which enables piping.