PrevUpHomeNext

Function operator""_t

boost::text::literals::operator""_t

Synopsis

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


text operator""_t(char const * str, std::size_t len);

Description

Creates a text from a char string literal.


PrevUpHomeNext