struct unwrapper

Declaration

template <typename T>
struct unwrapper { /* full declaration omitted */ };

Description

////////////////////////////////////////////////////////////////////

Declared at: libs/pika/execution/include/pika/execution/executors/execution_parameters.hpp:510

Method Overview

  • public template <typename U, typename Enable = std::enable_if_t<!std::is_same<std::decay_t<U>, unwrapper<T>>::value>> unwrapper<T>(U && u)

Methods

template <typename U,
          typename Enable = std::enable_if_t<
              !std::is_same<std::decay_t<U>,
                            unwrapper<T>>::value>>
unwrapper<T>(U&& u)

Declared at: libs/pika/execution/include/pika/execution/executors/execution_parameters.hpp:516

Parameters

U&& u