MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / data

Method data

modules/core/base/include/SkrBase/containers/misc/span.hpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169// getter
170template <typename T, typename TSize, size_t Extent>
171SKR_INLINE constexpr T* Span<T, TSize, Extent>::data() const
172{
173 return _data;
174}
175template <typename T, typename TSize, size_t Extent>
176SKR_INLINE constexpr TSize Span<T, TSize, Extent>::size() const
177{

Callers 5

make_md5Function · 0.45
get_any_macFunction · 0.45
dataMethod · 0.45
constexpr_joinClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected