template<class> class TQual, template<class> class UQual >
requires requires { typename std::pair<std::common_reference_t<TQual<T1>, UQual<U1>>,
std::common_reference_t<TQual<T2>, UQual<U2>>>; }
The common reference type of two pair
s is a pair
of both common reference types of corresponding element types of both pair
s, where the cv and reference qualifiers on the pair
s are applied to their element types.
The common reference type is defined only if both pairs of corresponding element types have common reference types.
[edit] Member types [edit] Example [edit] See alsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4