Home
last modified time | relevance | path

Searched defs:subscriptable (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/type_erasure/
Doperators.hpp417 struct subscriptable struct
419 static R apply(T& arg, const N& index) { return arg[index]; } in apply()