ICU4X
International Components for Unicode
|
#include <string>
#include <variant>
#include <array>
#include <optional>
#include <type_traits>
#include "diplomat_runtime.h"
Go to the source code of this file.
Classes | |
struct | diplomat::Ok< T > |
struct | diplomat::Err< T > |
class | diplomat::result< T, E > |
class | diplomat::span< T > |
Namespaces | |
namespace | diplomat |
Functions | |
void | diplomat::Flush (capi::DiplomatWriteable *w) |
bool | diplomat::Grow (capi::DiplomatWriteable *w, uintptr_t requested) |
capi::DiplomatWriteable | diplomat::WriteableFromString (std::string &string) |