#include "di/container/algorithm/contains.h"
#include "di/container/algorithm/contains_subrange.h"
#include "di/container/string/constant_string.h"
#include "di/container/string/string_begin.h"
#include "di/container/string/string_end.h"
#include "di/container/view/single.h"
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::contains (Str const &string, meta::EncodingCodePoint< Str > code_point) -> bool |
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::contains (Str const &string, Con &&container) -> bool |