#include "di/container/string/mutable_string.h"
#include "di/container/vector/vector_append_container.h"
#include "di/container/vector/vector_pop_back.h"
#include "di/function/into_void.h"
Go to the source code of this file.
Namespaces | |
namespace | di |
namespace | di::container |
namespace | di::container::string |
Functions | |
template<concepts::detail::MutableString Str, typename Enc = meta::Encoding<Str>, typename P = meta::EncodingCodePoint<Enc>> | |
constexpr auto | di::container::string::push_back (Str &string, P code_point) |