MCPcopy Create free account
hub / github.com/EricPengShuai/Interview / hello

Function hello

C++2.0/bind_function.cpp:9–12  ·  view source on GitHub ↗

函数对象 **********************/

Source from the content-addressed store, hash-verified

7
8/********************** 函数对象 **********************/
9void hello(string str)
10{
11 cout << str << endl;
12}
13
14int sum(int a, int b)
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected