Searched defs:strong_ordering (Results 1 – 1 of 1) sorted by relevance
37 class strong_ordering; variable227 explicit constexpr strong_ordering(_OrdResult __v) noexcept : __value_(_ValueT(__v)) {} in strong_ordering() function