std::strict_weak_order
[concept.strictweakorder], concept strict_weak_order
- Provided by: libstdc++-13-doc (Version: 13.3.0-6ubuntu2~24.04.1)
- Source: gcc-13
- Report a bug
[concept.strictweakorder], concept strict_weak_order
#include <concepts>
template<typename _Rel, typename _Tp, typename _Up> concept std::strict_weak_order = relation<_Rel, _Tp, _Up>
[concept.strictweakorder], concept strict_weak_order
Generated automatically by Doxygen for libstdc++ from the source code.