commit 2025-10-10 14:54 edit a bit ZCppMainTest/ZtCLinkMoveList_000.cpp
This commit is contained in:
@ -83,7 +83,10 @@ namespace ZNsMain
|
|||||||
cout<<"# VO_StrLinkOpt.GetTailOpt() : bool ()="<<bool(VO_StrLinkOpt) <<endl;
|
cout<<"# VO_StrLinkOpt.GetTailOpt() : bool ()="<<bool(VO_StrLinkOpt) <<endl;
|
||||||
|
|
||||||
if(VO_StrLinkOpt.has_value())
|
if(VO_StrLinkOpt.has_value())
|
||||||
|
{
|
||||||
cout<<"# value by VO_StrLinkOpt : "<<VO_StrLinkOpt.value()<<endl;
|
cout<<"# value by VO_StrLinkOpt : "<<VO_StrLinkOpt.value()<<endl;
|
||||||
|
cout<<"# value by VO_StrLinkOpt() : "<<VO_StrLinkOpt() <<endl;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
cout<<"+++++++++++++++++++++++++++++++++++++++++++++++"<<endl;
|
cout<<"+++++++++++++++++++++++++++++++++++++++++++++++"<<endl;
|
||||||
|
Reference in New Issue
Block a user