|
xentara-utils v2.0.6
The Xentara Utility Library
|
This is a wrapper class that supplies missing operator + () for string views.
More...
#include <xentara/utils/string/view.hpp>
Public Member Functions | |
| constexpr | view (const std::basic_string_view< Char, Traits > &wrappedView) |
| Constructor. | |
This is a wrapper class that supplies missing operator + () for string views.
|
explicitconstexpr |
Constructor.
| wrappedView | The view to wrap |