MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / as_bytes

Method as_bytes

include/bout/sys/uuid.h:397–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395 void swap(uuid& other) noexcept { data.swap(other.data); }
396
397 inline char const* as_bytes() const {
398 return reinterpret_cast<char const*>(data.data());
399 }
400
401 template <class CharT = char>
402 static bool is_valid_uuid(CharT const* str) noexcept {

Callers 1

resetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected