PrevUpHomeNext

Function get_block

boost::unicode::ucd::get_block

Synopsis

// In header: <boost/unicode/ucd/properties.hpp>


block::type get_block(char32 ch);

Description

Returns the block the code point designated by ch is in, or block::none if the code point does not lie in any block.


PrevUpHomeNext