Lines Matching defs:CharT
321 template <typename T, typename CharT, size_t N>
322 bool istarts_with_l(const T &a, const CharT (&b)[N]) {
339 template <typename T, typename CharT, size_t N>
340 bool ends_with_l(const T &a, const CharT (&b)[N]) {
357 template <typename T, typename CharT, size_t N>
358 bool iends_with_l(const T &a, const CharT (&b)[N]) {
375 template <typename CharT, typename InputIt, size_t N>
376 bool strieq_l(const CharT (&a)[N], InputIt b, size_t blen) {
380 template <typename CharT, size_t N, typename T>
381 bool strieq_l(const CharT (&a)[N], const T &b) {
397 template <typename CharT, typename InputIt, size_t N>
398 bool streq_l(const CharT (&a)[N], InputIt b, size_t blen) {
402 template <typename CharT, size_t N, typename T>
403 bool streq_l(const CharT (&a)[N], const T &b) {
914 template <typename OutputIterator, typename CharT, size_t N>
915 OutputIterator copy_lit(OutputIterator it, CharT (&s)[N]) {