util/{Const,Writable}Buffer: drop more "_type" suffixes from type names
This commit is contained in:
@@ -37,8 +37,8 @@ template<typename T=char>
|
||||
class StringPointer {
|
||||
public:
|
||||
typedef T value_type;
|
||||
typedef T &reference_type;
|
||||
typedef const T &const_reference_type;
|
||||
typedef T &reference;
|
||||
typedef const T &const_reference;
|
||||
typedef T *pointer;
|
||||
typedef const T *const_pointer;
|
||||
|
||||
|
Reference in New Issue
Block a user