| 38 | |
| 39 | template <class Storage, class CharType, bool IsMutable> |
| 40 | const typename ByteStreamHandleBuf<Storage, CharType, IsMutable>::char_type* |
| 41 | ByteStreamHandleBuf<Storage, CharType, IsMutable>::ptr() const { |
| 42 | return storage().ptr(); |
| 43 | } |
| 44 | |
| 45 | template <class Storage, class CharType, bool IsMutable> |
| 46 | size_t |