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

Method packet

librapid/include/librapid/array/function.hpp:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299
300 template<typename desc, typename Functor, typename... Args>
301 typename Function<desc, Functor, Args...>::Packet LIBRAPID_ALWAYS_INLINE
302 Function<desc, Functor, Args...>::packet(size_t index) const {
303 return packetImpl(std::make_index_sequence<sizeof...(Args)>(), index);
304 }
305
306 template<typename desc, typename Functor, typename... Args>
307 template<size_t... I>

Callers 4

assignFunction · 0.45
assignParallelFunction · 0.45
packetExtractorFunction · 0.45
packetImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected