libcopp  2.2.0
Public Types
gsl::_make_span_value_type< TCONTAINER > Struct Template Reference

#include <span.h>

Collaboration diagram for gsl::_make_span_value_type< TCONTAINER >:
Collaboration graph

Public Types

using container_type = typename std::decay< TCONTAINER >::type
 
using type = typename container_type::value_type
 

Detailed Description

template<class TCONTAINER>
struct gsl::_make_span_value_type< TCONTAINER >

Definition at line 270 of file span.h.

Member Typedef Documentation

◆ container_type

template<class TCONTAINER >
using gsl::_make_span_value_type< TCONTAINER >::container_type = typename std::decay<TCONTAINER>::type

Definition at line 271 of file span.h.

◆ type

template<class TCONTAINER >
using gsl::_make_span_value_type< TCONTAINER >::type = typename container_type::value_type

Definition at line 272 of file span.h.


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