MCPcopy Create free account
hub / github.com/NVIDIA/DALI / Add

Function Add

dali/core/tuple_test.cc:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79template <typename T, typename U>
80constexpr auto Add(T a, U b)->decltype(a+b) { return a+b; }
81
82#if !defined(__AARCH64_QNX__)
83

Callers 1

AddMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected