// std::carray - is really an extension to the 'std' namespace.
inline const _Type& __getitem__(size_t i) const { return (*self)[i]; } inline void __setitem__(size_t i, const _Type& v) { (*self)[i] = v; } ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results