|
ICU4X
International Components for Unicode
|
#include <LocaleDirection.d.hpp>
Public Types | |
| enum | Value { LeftToRight = 0 , RightToLeft = 1 , Unknown = 2 } |
Public Member Functions | |
| LocaleDirection ()=default | |
| constexpr | LocaleDirection (Value v) |
| constexpr | operator Value () const |
| operator bool () const =delete | |
See the Rust documentation for Direction for more information.
|
default |
|
inlineconstexpr |
|
explicitdelete |
|
inlineconstexpr |