stlab.adobe.com Adobe Systems Incorporated

Functions

std::string make_string (const char *a, const char *b)
 
std::string make_string (const char *a, const char *b, const char *c)
 
template<typename CharT , class Traits , class Allocator >
std::basic_string< CharT, Traits, Allocator > & operator<< (std::basic_string< CharT, Traits, Allocator > &out, const std::basic_string< CharT, Traits, Allocator > &in)
 
template<typename CharT , class Traits , class Allocator >
std::basic_string< CharT, Traits, Allocator > & operator<< (std::basic_string< CharT, Traits, Allocator > &out_str, const CharT *in_str)
 

Detailed Description

These operators were moved to namespace std because string is in this namespace. Apparently sometimes CW 9.1 cannot find the correct operator without using ADL.

Function Documentation

§ make_string() [1/2]

std::string adobe::make_string ( const char *  a,
const char *  b 
)

Definition at line 125 of file string.hpp.

§ make_string() [2/2]

std::string adobe::make_string ( const char *  a,
const char *  b,
const char *  c 
)

Definition at line 136 of file string.hpp.

§ operator<<() [1/2]

std::basic_string<CharT, Traits, Allocator>& std::operator<< ( std::basic_string< CharT, Traits, Allocator > &  out,
const std::basic_string< CharT, Traits, Allocator > &  in 
)

Definition at line 49 of file string.hpp.

§ operator<<() [2/2]

std::basic_string<CharT, Traits, Allocator>& std::operator<< ( std::basic_string< CharT, Traits, Allocator > &  out_str,
const CharT *  in_str 
)

Definition at line 65 of file string.hpp.

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google