Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Write
Method · 0.80
Write
Method · 0.80
Calls
1
WriteNonEmpty
Function · 0.85
Tested by
no test coverage detected