Namespaces
Variants
Actions

std::basic_common_reference<tuple-like>

From cppreference.com
< cpp‎ | utility‎ | tuple
 
C++
 
Utilities library
General utilities
Relational operators (deprecated in C++20)
 
std::tuple
Defined in header <tuple>
template< tuple-like TTuple, tuple-like UTuple,

          template<class> class TQual, template<class> class UQual >
    requires /* see below */

struct basic_common_reference<TTuple, UTuple, TQual, UQual>;
(since C++23)

The common reference type of two tuple-like types is a std::tuple consists of the common reference types of all corresponding element type pairs of both types, where the cv and reference qualifiers on the tuple-like types are applied to their element types.

Given

the following constraints need to be satisfied:

[edit] Member types

Member type Definition
type std::tuple<std::common_reference_t<TQual<TTypes>..., UQual<UTypes>>...>

[edit] Example

[edit] See also

determines the common reference type of a group of types
(class template) [edit]
determines the common reference type of two pairs
(class template specialization) [edit]

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant