| 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) |
no outgoing calls
no test coverage detected