Utilities for converting between M2 types and standard C++ types
Definition at line 41 of file util.hpp.
42{
43
44 return M2_tostringn(
const_cast<char*
>(
s.data()),
static_cast<int>(
s.size()));
45}
M2_string M2_tostringn(char *s, int n)
References M2_tostringn(), and s.