#include <_rope.h>
Definition at line 2325 of file _rope.h.
◆ operator()()
Definition at line 2326 of file _rope.h.
2326 {
2327 size_t _p_size = __str.
size();
2328
2329 if (0 == _p_size) return 0;
2330 return 13*__str[0] + 5*__str[_p_size - 1] + _p_size;
2331 }
The documentation for this struct was generated from the following file:
- sdk/include/c++/stlport/stl/_rope.h