Provided by: libstdc++-12-doc_12.3.0-17ubuntu1_all bug

NAME

       std::strict_weak_order - [concept.strictweakorder], concept strict_weak_order

SYNOPSIS

       #include <concepts>

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

Author

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

                                                    libstdc++                       std::strict_weak_order(3cxx)