SmallStringView Class

(Debugger::Utils::SmallStringView)

Public Types

typedef size_type

Public Functions

SmallStringView(const char (&)[Size] string = Size)
SmallStringView(Type characterPointer)
SmallStringView(const char *const string, const Debugger::Utils::SmallStringView::size_type size)
SmallStringView(const int begin, const int end)

Member Type Documentation

typedef SmallStringView::size_type

Member Function Documentation

SmallStringView::SmallStringView(const char (&)[Size] string = Size)

Default constructs an instance of SmallStringView.

SmallStringView::SmallStringView(Type characterPointer)

Default constructs an instance of SmallStringView.

SmallStringView::SmallStringView(const char *const string, const Debugger::Utils::SmallStringView::size_type size)

Default constructs an instance of SmallStringView.

SmallStringView::SmallStringView(const int begin, const int end)

Default constructs an instance of SmallStringView.