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

Methods

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

Declared at: libreglisse/operations/pipe_closure.hpp:21