Add explicit util::utf8_range(std::string) constructor
This commit is contained in:
parent
7e2c2a4c6d
commit
73abc03ae2
1 changed files with 4 additions and 0 deletions
|
|
@ -58,6 +58,10 @@ namespace psemek::util
|
||||||
: str(str)
|
: str(str)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
utf8_range(std::string const & str)
|
||||||
|
: str(str)
|
||||||
|
{}
|
||||||
|
|
||||||
utf8_range(utf8_range const &) = default;
|
utf8_range(utf8_range const &) = default;
|
||||||
|
|
||||||
auto begin() const
|
auto begin() const
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue