ICU4X
International Components for Unicode
Loading...
Searching...
No Matches
ICU4XOrdering.hpp File Reference
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include <algorithm>
#include <memory>
#include <variant>
#include <optional>
#include "diplomat_runtime.hpp"
#include "ICU4XOrdering.h"

Go to the source code of this file.

Enumerations

enum struct  ICU4XOrdering { Less = -1 , Equal = 0 , Greater = 1 }
 

Enumeration Type Documentation

◆ ICU4XOrdering

enum struct ICU4XOrdering
strong

See the Rust documentation for Ordering for more information.

Enumerator
Less 
Equal 
Greater