Home
last modified time | relevance | path

Searched defs:strncpy_if_same_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/iostreams/
Dcode_converter.hpp71 struct strncpy_if_same_impl<true> { struct
73 static Ch* copy(Ch* tgt, const Ch* src, std::streamsize n) in copy()
78 struct strncpy_if_same_impl<false> { struct
80 static Tgt* copy(Tgt* tgt, const Src*, std::streamsize) { return tgt; } in copy()