boost::type_erasure::subscriptable
// In header: <boost/type_erasure/operators.hpp> template<typename R, typename T = _self, typename N> struct subscriptable { // public static functions R (T &, const N &); };
subscriptable
R (T & arg, const N & index);