Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
185
template <class C>
186
constexpr auto size(const C& c) -> decltype(c.size())
187
{
188
return c.size();
189
}
190
191
template <class T, std::size_t N>
192
constexpr std::size_t size(const T (&)[N]) noexcept
Callers
15
has_size_and_data<T, void_t<decltype(detail::size(std::declval<T>())), decltype(detail::data(std::declval<T>()))>>
Class · 0.70
span
Class · 0.70
span<element_type, Count> first
Method · 0.70
span<element_type, Count> last
Method · 0.70
subspan_return_t<Offset, Count> subspan
Method · 0.70
first
Method · 0.70
last
Method · 0.70
subspan
Method · 0.70
size_bytes
Method · 0.70
empty
Method · 0.70
operator[]
Method · 0.70
back
Method · 0.70
Calls
1
size
Method · 0.45
Tested by
4
get
Method · 0.40
set
Method · 0.40
eval
Method · 0.40
GPU_TEST
Function · 0.40