#include <mfcstl/collections/cstring_adaptors.hpp>

It can be used via the std::basic_string-like interface
Member Types | |
| typedef CString_iadaptor | class_type |
| The class type. | |
Public Member Functions | |
Construction | |
| const_CString_iadaptor (CString const &str) | |
| const_CString_iadaptor (CString const *str) | |
Element Access | |
| const_reference | operator[] (size_type index) const |
Returns a non-mutable (const) reference to the element at index. | |
| typedef CString_iadaptor class_type |
| const_reference operator[] | ( | size_type | index | ) | const |
Returns a non-mutable (const) reference to the element at index.
1.5.6