Iros
Loading...
Searching...
No Matches
string_clear.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
di/container/string/mutable_string.h
"
4
#include "
di/container/vector/vector_clear.h
"
5
6
namespace
di::container::string
{
7
template
<concepts::detail::MutableString Str>
8
constexpr
void
clear
(Str&
string
) {
9
vector::clear
(
string
);
10
}
11
}
mutable_string.h
di::container::string
Definition
constant_string_interface.h:31
di::container::string::clear
constexpr void clear(Str &string)
Definition
string_clear.h:8
di::container::vector::clear
constexpr void clear(Vec &vector)
Definition
vector_clear.h:12
vector_clear.h
libs
di
include
di
container
string
string_clear.h
Generated by
1.13.0