ICU4X
International Components for Unicode
Loading...
Searching...
No Matches
icu4x::LineBreakWordOption Class Reference

#include <LineBreakWordOption.d.hpp>

Public Types

enum  Value { Normal = 0 , BreakAll = 1 , KeepAll = 2 }
 

Public Member Functions

 LineBreakWordOption ()=default
 
constexpr LineBreakWordOption (Value v)
 
constexpr operator Value () const
 
 operator bool () const =delete
 

Detailed Description

See the Rust documentation for LineBreakWordOption for more information.

Member Enumeration Documentation

◆ Value

Enumerator
Normal 
BreakAll 
KeepAll 

Constructor & Destructor Documentation

◆ LineBreakWordOption() [1/2]

icu4x::LineBreakWordOption::LineBreakWordOption ( )
default

◆ LineBreakWordOption() [2/2]

icu4x::LineBreakWordOption::LineBreakWordOption ( Value v)
inlineconstexpr

Member Function Documentation

◆ operator bool()

icu4x::LineBreakWordOption::operator bool ( ) const
explicitdelete

◆ operator Value()

icu4x::LineBreakWordOption::operator Value ( ) const
inlineconstexpr

The documentation for this class was generated from the following files: