#include <string_base.h>
Definition at line 12 of file string_base.h.
Definition at line 17 of file string_base.h.
18 string_part_ref val = {ptr, len};
return val;
Definition at line 21 of file string_base.h.
22 PFC_ASSERT( base <=
m_len );
static string_part_ref make(const char *ptr, t_size len)
Definition at line 25 of file string_base.h.
26 PFC_ASSERT( base <=
m_len && base + len <=
m_len );
static string_part_ref make(const char *ptr, t_size len)
t_size pfc::string_part_ref::m_len |
const char* pfc::string_part_ref::m_ptr |
The documentation for this struct was generated from the following file: