MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / size

Function size

external/include/fstd/span.h:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184#else
185template <class C>
186constexpr auto size(const C& c) -> decltype(c.size())
187{
188 return c.size();
189}
190
191template <class T, std::size_t N>
192constexpr std::size_t size(const T (&)[N]) noexcept

Callers 15

spanClass · 0.70
firstMethod · 0.70
lastMethod · 0.70
subspanMethod · 0.70
size_bytesMethod · 0.70
emptyMethod · 0.70
operator[]Method · 0.70
backMethod · 0.70

Calls 1

sizeMethod · 0.45

Tested by 4

getMethod · 0.40
setMethod · 0.40
evalMethod · 0.40
GPU_TESTFunction · 0.40