| 315 | typedef BaseType::IterType IterType; |
| 316 | |
| 317 | YStringArray(YStringArray &other): |
| 318 | BaseType(static_cast<BaseType&>(other)) { } |
| 319 | YStringArray(const YStringArray &other); |
| 320 | YStringArray(const char* cstr[], SizeType count = npos, SizeType cap = 0); |
| 321 |
nothing calls this directly
no outgoing calls
no test coverage detected