xo-expression2: + DUniqueString.pretty()
This commit is contained in:
parent
4244b2cd7c
commit
079c96ffe4
2 changed files with 13 additions and 0 deletions
|
|
@ -33,6 +33,12 @@ namespace xo {
|
|||
return (const DString *)(((std::byte *)this) + offset);
|
||||
}
|
||||
|
||||
bool
|
||||
DUniqueString::pretty(const ppindentinfo & ppii) const
|
||||
{
|
||||
return _text()->pretty(ppii);
|
||||
}
|
||||
|
||||
DUniqueString *
|
||||
DUniqueString::from_view(obj<AAllocator> mm,
|
||||
std::string_view sv)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue