| 818 | } |
| 819 | |
| 820 | nssv_constexpr14 size_type find( CharT const * s, size_type pos, size_type n ) const // (3) |
| 821 | { |
| 822 | return find( basic_string_view( s, n ), pos ); |
| 823 | } |
| 824 | |
| 825 | nssv_constexpr14 size_type find( CharT const * s, size_type pos = 0 ) const // (4) |
| 826 | { |
no test coverage detected