Searched defs:strncpy_if_same_impl (Results 1 – 1 of 1) sorted by relevance
71 struct strncpy_if_same_impl<true> { struct73 static Ch* copy(Ch* tgt, const Ch* src, std::streamsize n) in copy()78 struct strncpy_if_same_impl<false> { struct80 static Tgt* copy(Tgt* tgt, const Src*, std::streamsize) { return tgt; } in copy()