October 19th, 2009, 05:29 PM
#1
Standard typedef name
Hi!
Can anyone help me with the following problem or at least point me in the right direction:
...
I need some help in understanding what is meant by "standard typedef name" as in :
"what is the standard typedef name of:
template class basic_streambuf<char>?
I've tried google but with little success...
Thanks!
October 19th, 2009, 05:32 PM
#2
Re: Standard typedef name
I think it means in the same way that std::string is the "standard typedef name" of std::basic_string<char>.
October 19th, 2009, 05:53 PM
#3
Re: Standard typedef name
Ah ok, thanks!
So for the above would it be :
std::streambuf
not
std::streambuf<char>
??
October 19th, 2009, 09:38 PM
#4
Re: Standard typedef name
Tags for this Thread
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width
Bookmarks