DAW string_view
Public Member Functions | List of all members
daw::sv2::any_of_t< CharT, needles > Struct Template Reference

A predicate type used in the find based routine to return true when the element is one of the specified characters. More...

#include <daw_string_view2.h>

Public Member Functions

constexpr bool operator() (CharT c) const
 

Detailed Description

template<typename CharT, CharT... needles>
struct daw::sv2::any_of_t< CharT, needles >

A predicate type used in the find based routine to return true when the element is one of the specified characters.

Member Function Documentation

◆ operator()()

template<typename CharT , CharT... needles>
constexpr bool daw::sv2::any_of_t< CharT, needles >::operator() ( CharT  c) const
inlineconstexpr

The documentation for this struct was generated from the following file: