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

Function data

include/dali/core/dev_array.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 DALI_HOST_DEV constexpr size_t size() const noexcept { return N; }
68 DALI_HOST_DEV constexpr bool empty() const noexcept { return N == 0; }
69 DALI_HOST_DEV inline pointer data() noexcept { return data_; }
70 DALI_HOST_DEV constexpr const_pointer data() const noexcept { return data_; }
71 DALI_HOST_DEV inline reference front() noexcept { return *data_; }
72 DALI_HOST_DEV constexpr const_reference front() const noexcept { return *data_; }

Callers 15

~SmallVectorMethod · 0.70
operator=Method · 0.70
copy_assignMethod · 0.70
SmallVectorClass · 0.70
beginMethod · 0.70
endMethod · 0.70
cbeginMethod · 0.70
cendMethod · 0.70
frontMethod · 0.70
backMethod · 0.70
operator[]Method · 0.70
clearMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected