MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / is_any_of

Function is_any_of

include/win/boost/algorithm/string/classification.hpp:201–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 */
200 template<typename RangeT>
201 inline detail::is_any_ofF<
202 BOOST_STRING_TYPENAME range_value<RangeT>::type>
203 is_any_of( const RangeT& Set )
204 {
205 iterator_range<BOOST_STRING_TYPENAME range_const_iterator<RangeT>::type> lit_set(boost::as_literal(Set));
206 return detail::is_any_ofF<BOOST_STRING_TYPENAME range_value<RangeT>::type>(lit_set);
207 }
208
209 //! is_from_range predicate
210 /*!

Callers 3

lualib_http_requestFunction · 0.85
lualib_http_acceptFunction · 0.85
textMethod · 0.85

Calls 1

as_literalFunction · 0.50

Tested by

no test coverage detected