diff --git a/include/blt/std/memory.h b/include/blt/std/memory.h index 5eaf4bb..4114cb2 100755 --- a/include/blt/std/memory.h +++ b/include/blt/std/memory.h @@ -218,6 +218,11 @@ namespace blt return _buffer; } + inline T* ptr() const + { + return _buffer; + } + ptr_iterator begin() { return ptr_iterator{_buffer};