MCPcopy Create free account
hub / github.com/LibRapid/librapid / packetImpl

Method packetImpl

librapid/include/librapid/array/function.hpp:308–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306 template<typename desc, typename Functor, typename... Args>
307 template<size_t... I>
308 LIBRAPID_ALWAYS_INLINE auto
309 Function<desc, Functor, Args...>::packetImpl(std::index_sequence<I...>, size_t index) const
310 -> Packet {
311 return m_functor.packet(packetExtractor<Packet>(std::get<I>(m_args), index)...);
312 }
313
314 template<typename desc, typename Functor, typename... Args>
315 LIBRAPID_ALWAYS_INLINE auto Function<desc, Functor, Args...>::scalar(size_t index) const

Callers

nothing calls this directly

Calls 1

packetMethod · 0.45

Tested by

no test coverage detected