コード例 #1
0
std::string call_hello(abstract& a)
{
    std::cout <<"call_hello:"<< a.hello()<<std::endl;
    return a.hello();
}
コード例 #2
0
std::string call_hello(abstract& a)
{
    return a.hello();
}