added WriteLine at TextOutputStream<>
This commit is contained in:
parent
ab739128d5
commit
f7712fd499
@ -78,6 +78,14 @@ namespace hgl
|
||||
return WriteLineEnd();
|
||||
}
|
||||
|
||||
template<typename N>
|
||||
bool WriteLine(const N *str)
|
||||
{
|
||||
if(!str||!*str)return(false);
|
||||
|
||||
return WriteLine(str,hgl::strlen(str));
|
||||
}
|
||||
|
||||
template<typename N>
|
||||
bool WriteLine(const String<N> &str)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user