![]() |
![]()
| ![]() |
![]()
NAMEstd::regex_traits::length - std::regex_traits::length Synopsisstatic std::size_t length(const char_type* p);
Parametersp - pointer to the first element of the null-terminated character sequence Return valueThe length of the null-terminated character string. Example// Run this code
Output: 10
|