Searched defs:subscriptable (Results 1 – 1 of 1) sorted by relevance
417 struct subscriptable struct419 static R apply(T& arg, const N& index) { return arg[index]; } in apply()