14#include "arccore/base/StringView.h"
30 o.write((
const char*)m_v.
data(),m_v.
size());
37operator<<(std::ostream& o,
const StringView& str)
constexpr ARCCORE_HOST_DEVICE pointer data() const noexcept
Pointeur sur le début de la vue.
constexpr ARCCORE_HOST_DEVICE SizeType size() const noexcept
Retourne la taille du tableau.
Vue sur une chaîne de caractères UTF-8.
std::string_view toStdStringView() const ARCCORE_NOEXCEPT
Retourne une vue de la STL de la vue actuelle.
void writeBytes(std::ostream &o) const
Écrit la chaîne au format UTF-8 sur le flot o.
Espace de nom de Arccore.
bool operator<(const APReal &a, const APReal &b)
Emulation d'un réel en précision arbitraire.