PrevUpHomeNext

Type bidi_property

boost::text::bidi_property

Synopsis

// In header: <boost/text/bidirectional_fwd.hpp>


enum bidi_property { L, R, EN, ES, ET, AN, CS, B, S, WS, ON, BN, NSM, AL, LRO, 
                     RLO, LRE, RLE, PDF, LRI, RLI, FSI, PDI };

Description

The bidirectional algorithm properties defined by Unicode.


PrevUpHomeNext