PrevUpHomeNext

Header <boost/text/collation_fwd.hpp>

namespace boost {
  namespace text {
    enum collation_strength;
    enum variable_weighting;
    enum l2_weight_order;
    enum case_level;
    enum case_first;
    enum collation_flags;
    constexpr collation_flags 
    operator|(collation_flags lhs, collation_flags rhs);
  }
}

PrevUpHomeNext