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

Function access

include/covscript/impl/type_ext.hpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146
147 template <typename T>
148 static inline var access(const T &data, const string &id)
149 {
150 return access_ref(const_cast<T &>(data), id);
151 }
152
153 template <typename T>
154 static inline var access(T &data, const string &id)

Callers 5

can_readFunction · 0.85
can_writeFunction · 0.85
can_executeFunction · 0.85
accessMethod · 0.85
caccessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected