class functional_unwrap_impl
Declaration
template <typename T, std::size_t Depth>
class functional_unwrap_impl { /* full declaration omitted */ };Description
Implements the callable object which is returned by n invocation to pika::unwrap and similar functions.
Declared at: libs/pika/pack_traversal/include/pika/pack_traversal/detail/unwrap_impl.hpp:267
Method Overview
- public functional_unwrap_impl<T, Depth>(T wrapped)
Methods
functional_unwrap_impl<T, Depth>(T wrapped)
functional_unwrap_impl<T, Depth>(T wrapped)Declared at: libs/pika/pack_traversal/include/pika/pack_traversal/detail/unwrap_impl.hpp:273
Parameters
- T wrapped