MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / write

Function write

framework/common/helpers.h:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121template <typename T>
122inline void write(std::ostringstream &os, const T &value)
123{
124 os.write(reinterpret_cast<const char *>(&value), sizeof(T));
125}
126
127inline void write(std::ostringstream &os, const std::string &value)

Callers 6

write_subpass_infoFunction · 0.85
register_render_passMethod · 0.85
on_content_rect_changedFunction · 0.85

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected