.TH "std::same_as" 3cxx "Sun Jan 8 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::same_as \- [concept\&.same], concept same_as .SH SYNOPSIS .br .PP .SH "Concept definition" .PP .nf template concept std::same_as = __detail::__same_as<_Tp, _Up> && __detail::__same_as<_Up, _Tp> .fi .SH "Detailed Description" .PP [concept\&.same], concept same_as .PP Definition at line \fB62\fP of file \fBconcepts\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.