table of contents
other versions
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.2.0-17
std::strict_weak_order(3cxx) | std::strict_weak_order(3cxx) |
NAME¶
std::strict_weak_order - [concept.strictweakorder], concept strict_weak_order
SYNOPSIS¶
Concept definition¶
template<typename _Rel, typename _Tp, typename _Up> concept std::strict_weak_order = relation<_Rel, _Tp, _Up>
Detailed Description¶
[concept.strictweakorder], concept strict_weak_order
Definition at line 359 of file concepts.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Mon Aug 22 2022 | libstdc++ |