xtd 0.2.0
string_comparison.h
Go to the documentation of this file.
1 #pragma once
5 namespace xtd {
14  enum class string_comparison {
16  ordinal,
19  };
20 }
21 
22 // This file is included before enum definition so the enum_register is in the enum.h file.
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Compare strings using ordinal (binary) sort rules.
string_comparison
Specifies the culture, case, and sort rules to be used by certain overloads of the xtd::ustring::comp...
Definition: string_comparison.h:14
Compare strings using ordinal (binary) sort rules and ignoring the case of the strings being compared...