#include "di/container/algorithm/find_last_of.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::find_last_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_last_of (Str const &string, Con &&container) |