13#ifndef roofit_roofitcore_RooStringView_h
14#define roofit_roofitcore_RooStringView_h
34 operator const char *() {
return _cstr; }
35 operator std::string_view() {
return _cstr; }
38 std::shared_ptr<std::string>
_strp;
The RooStringView is a wrapper around a C-syle string that can also be constructed from a std::string...
RooStringView(std::string &&str)
RooStringView(const char *str)
std::shared_ptr< std::string > _strp
RooStringView(TString const &str)
RooStringView(std::string const &str)