struct forwarding_wrapper
Declaration
template <typename Type>
struct forwarding_wrapper { /* full declaration omitted */ };
Declared at: libreglisse/operations/pipe_closure.hpp:15
Member Variables
- public Type value
Method Overview
- public template <class U>constexpr forwarding_wrapper<Type>(U && val)
- public constexpr auto get() const -> Type
Methods
template <class U>
constexpr forwarding_wrapper<Type>(U&& val)
template <class U>
constexpr forwarding_wrapper<Type>(U&& val)
Declared at: libreglisse/operations/pipe_closure.hpp:18
Parameters
- U&& val
constexpr auto get() const -> Type
constexpr auto get() const -> Type
Declared at: libreglisse/operations/pipe_closure.hpp:21