table of contents
other versions
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.2.0-17
std::compare_three_way_result< _Tp, _Up >(3cxx) | std::compare_three_way_result< _Tp, _Up >(3cxx) |
NAME¶
std::compare_three_way_result< _Tp, _Up > - [cmp.result], result of three-way comparison
SYNOPSIS¶
Inherits std::__detail::__cmp3way_res_impl< _Tp, _Up >.
Detailed Description¶
template<typename _Tp, typename _Up = _Tp>¶
struct std::compare_three_way_result< _Tp, _Up >"[cmp.result], result of three-way comparison
Definition at line 515 of file compare.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Mon Aug 22 2022 | libstdc++ |