static size_t length (const char_type* p);
123
static size_t length (const char_type* p) { return char_traits<char_type>::length(p); }