mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
String/StringVal: Replace char*/string constructors with string_view
This commit is contained in:
parent
16ee942a8d
commit
4f470c24ed
4 changed files with 10 additions and 30 deletions
|
@ -527,8 +527,7 @@ class StringVal final : public Val
|
|||
{
|
||||
public:
|
||||
explicit StringVal(String* s);
|
||||
explicit StringVal(const char* s);
|
||||
explicit StringVal(const std::string& s);
|
||||
StringVal(std::string_view s);
|
||||
StringVal(int length, const char* s);
|
||||
~StringVal() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue