MCPcopy Create free account
hub / github.com/bbidulock/icewm / YStringArray

Method YStringArray

src/yarray.h:317–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected