![]() |
![]()
| ![]() |
![]()
NAMEstd::char_traits::find - std::char_traits::find Synopsis static const char_type* find( const char_type* p, std::size_t
count, (until C++17)
Parameters p - pointer to a character string to search
Return value A pointer to the first character in the range specified by [p, p
+ count) that
ExceptionsThrows nothing. ComplexityLinear in count.
|