26 #ifndef INCLUDE_OLA_STRINGS_UTILS_H_
27 #define INCLUDE_OLA_STRINGS_UTILS_H_
44 void CopyToFixedLengthBuffer(
const std::string &input,
53 template <
size_t size>
54 inline void StrNCopy(
char (&output)[size],
const char* input) {
55 strncpy(output, input, size);
60 #endif // INCLUDE_OLA_STRINGS_UTILS_H_
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44