std::regex_traits::lookup_collatename (3) Linux Manual Page
std::regex_traits<CharT>::lookup_collatename – std::regex_traits<CharT>::lookup_collatename Synopsis template <class ForwardIt> string_type lookup_collatename(ForwardIt first, ForwardIt last) const; If the character sequence [first, last) represents the name of a valid collating element in the currently imbued locale, returns the name of that collating element. Otherwise, returns an empty string. Collating elements are the symbols found in POSIX regular expressions between…
