10template<concepts::detail::ConstantString Str, 
typename Enc = meta::Encoding<Str>>
 
   15template<concepts::detail::ConstantString Str, 
typename Enc = meta::Encoding<Str>,
 
   16         concepts::ContainerCompatible<meta::EncodingCodePo
int<Enc>> Con>
 
Definition constant_string_interface.h:31
 
constexpr auto begin(concepts::detail::ConstantString auto const &string)
Definition string_begin.h:6
 
constexpr auto end(concepts::detail::ConstantString auto const &string)
Definition string_end.h:6
 
constexpr auto single
Definition single.h:23
 
constexpr auto find_first_of
Definition find_first_of.h:41
 
View(Iter, Sent) -> View< Iter, Sent >