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

#include <LineBreakStrictness.d.hpp>

Public Types

enum  Value { Loose = 0 , Normal = 1 , Strict = 2 , Anywhere = 3 }
 

Public Member Functions

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

Detailed Description

See the Rust documentation for LineBreakStrictness for more information.

Member Enumeration Documentation

◆ Value

Enumerator
Loose 
Normal 
Strict 
Anywhere 

Constructor & Destructor Documentation

◆ LineBreakStrictness() [1/2]

icu4x::LineBreakStrictness::LineBreakStrictness ( )
default

◆ LineBreakStrictness() [2/2]

icu4x::LineBreakStrictness::LineBreakStrictness ( Value v)
inlineconstexpr

Member Function Documentation

◆ operator bool()

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

◆ operator Value()

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

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