logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::common_reference_with - [concept.commonref], concept common_reference_with

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                   std::common_reference_with(3cxx)

Concept Definition

       template<typename _Tp, typename _Up>
       concept std::common_reference_with =  same_as<common_reference_t<_Tp, _Up>, common_reference_t<_Up, _Tp>>
             && convertible_to<_Tp, common_reference_t<_Tp, _Up>>
             && convertible_to<_Up, common_reference_t<_Tp, _Up>>

Detailed Description

       [concept.commonref], concept common_reference_with

Name

       std::common_reference_with - [concept.commonref], concept common_reference_with

Synopsis

       #include <concepts>

See Also