#include <stlsoft/stlsoft.h>
#include <stlsoft/string/char_traits.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Functions | |
| template<typename C> | |
| size_t | copy_contents (C *dest, size_t cchDest, C const *src, size_t cchSource) |
| Utility function for copying C-string contents into a caller supplied buffer, which may be NULL to measure the required extent. | |
1.5.6