|
template<typename CharT , typename TraitsT > |
void | boost::aux::insert_fill_chars (std::basic_ostream< CharT, TraitsT > &strm, std::size_t n) |
|
template<typename CharT , typename TraitsT > |
void | boost::aux::insert_aligned (std::basic_ostream< CharT, TraitsT > &strm, const CharT *p, std::size_t size) |
|
template<typename CharT , typename StrmTraitsT , typename LitTraitsT > |
std::basic_ostream< CharT,
StrmTraitsT > & | boost::operator<< (std::basic_ostream< CharT, StrmTraitsT > &strm, basic_string_literal< CharT, LitTraitsT > const &lit) |
| Output operator. More...
|
|
template<typename CharT , typename TraitsT > |
void | boost::swap (basic_string_literal< CharT, TraitsT > &left, basic_string_literal< CharT, TraitsT > &right) BOOST_NOEXCEPT |
| External swap. More...
|
|
- Author
- Andrey Semashev
- Date
- 24.06.2007
The header contains implementation of a constant string literal wrapper.