odtone::basic_const_string_ref
// In header: </home/carlos/Projectos/odtone/inc/odtone/string.hpp> template<typename CharT> class basic_const_string_ref { public: // types typedef CharT const * type; // construct/copy/destruct basic_const_string_ref(type); basic_const_string_ref(std::basic_string< CharT > const &); // public member functions operator type() const; CharT operator[](ptrdiff_t) const; };