What's the difference between std::string and std::basic_string? And why are both needed?
|
|
|
|
|
|
|
|
||
|
|
|
|
std::string is an instantiation of std::basic_string: |
||||||||||||||||||||
|
|
|
A |
||
|
|
