C++ Library Extensions 2022.12.09
To help learn modern C++ programming
stl_extensions::hidden::st_tuple_scalar_signed_cast< T, S > Struct Template Reference

#include <cpg_tuple_operations.hpp>

Public Types

using type = cgt::common_signed_t< T, S >
 

Detailed Description

template<typename T, typename S>
struct stl_extensions::hidden::st_tuple_scalar_signed_cast< T, S >

Definition at line 299 of file cpg_tuple_operations.hpp.

Member Typedef Documentation

◆ type

template<typename T , typename S >
using stl_extensions::hidden::st_tuple_scalar_signed_cast< T, S >::type = cgt::common_signed_t<T, S>

Definition at line 301 of file cpg_tuple_operations.hpp.


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