MCPcopy Create free account
hub / github.com/comaps/comaps / WriteNonEmpty

Method WriteNonEmpty

libs/i18n/string_utf8_multilang.hpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 /// @{
179 template <class TSink>
180 void WriteNonEmpty(TSink & sink) const
181 {
182 rw::WriteNonEmpty(sink, m_s);
183 }
184 template <class TSource>
185 void ReadNonEmpty(TSource & src)
186 {

Callers 2

WriteMethod · 0.80
WriteMethod · 0.80

Calls 1

WriteNonEmptyFunction · 0.85

Tested by

no test coverage detected