Returns the TRef instance for the occupied part of the blob.
| 106 | |
| 107 | //! Returns the TRef instance for the occupied part of the blob. |
| 108 | Y_FORCE_INLINE TRef ToRef() const |
| 109 | { |
| 110 | return TRef(Begin_, Size_); |
| 111 | } |
| 112 | |
| 113 | //! Provides by-value access to the underlying storage. |
| 114 | Y_FORCE_INLINE char operator [] (size_t index) const |