MCPcopy Create free account
hub / github.com/activeloopai/deeplake / write_tuple

Function write_tuple

cpp/format/stl_common.hpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51template <int index, typename... Args>
52requires(index == sizeof...(Args))
53inline void write_tuple(const std::tuple<Args...>&, const buffer_t&, int64_t)
54{
55 /// Intentionally empty.
56}
57
58template <int index, typename... Args>
59requires(index < sizeof...(Args))

Callers 1

writeMethod · 0.70

Calls 1

writeFunction · 0.85

Tested by

no test coverage detected