Simple-Utility v2.3.1
Loading...
Searching...
No Matches
sl::tuple::envelop_elements_result< Tuple > Struct Template Reference

Trait type determining the result of a tuple_envelop_elements call. More...

#include <Algorithm.hpp>

Public Types

using type = decltype(detail::envelop_elements(std::declval< Tuple >()))
 

Detailed Description

template<class Tuple>
requires concepts::tuple<std::remove_cvref_t<Tuple>>
struct sl::tuple::envelop_elements_result< Tuple >

Trait type determining the result of a tuple_envelop_elements call.

Member Typedef Documentation

◆ type

template<class Tuple >
using sl::tuple::envelop_elements_result< Tuple >::type = decltype(detail::envelop_elements(std::declval<Tuple>()))

The documentation for this struct was generated from the following file: