Iros
 
Loading...
Searching...
No Matches
string_find_first_not_of.h File Reference

Go to the source code of this file.

Namespaces

namespace  di
 
namespace  di::container
 
namespace  di::container::string
 

Functions

template<concepts::detail::ConstantString Str, typename Enc = meta::Encoding<Str>>
constexpr auto di::container::string::find_first_not_of (Str const &string, meta::EncodingCodePoint< Str > code_point)
 
template<concepts::detail::ConstantString Str, typename Enc = meta::Encoding<Str>, concepts::ContainerCompatible< meta::EncodingCodePoint< Enc > > Con>
requires (concepts::SameAs<Enc, meta::Encoding<Con>>)
constexpr auto di::container::string::find_first_not_of (Str const &string, Con &&container)