MCPcopy Create free account
hub / github.com/covscript/covscript / index

Function index

include/covscript/impl/type_ext.hpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129 template <typename T>
130 static inline var index(const T &data, const var &idx)
131 {
132 return index_ref(const_cast<T &>(data), idx);
133 }
134
135 template <typename T>
136 static inline var index(T &data, const var &idx)

Callers 2

indexMethod · 0.85
cindexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected