util/StringPointer: add typedef reference_type
This commit is contained in:
@@ -37,6 +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 *pointer_type;
|
||||
typedef const T *const_pointer_type;
|
||||
|
||||
|
Reference in New Issue
Block a user