Home
last modified time | relevance | path

Searched defs:a_class (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/function_types/example/
Dinterface_example.cpp25 struct a_class struct
29 std::cout << "a_class::void a_func(int v = " << v << ")" << std::endl; in a_func() argument
34 std::cout << "a_class::void a_func(long v = " << v << ")" << std::endl; in a_func() argument
39 std::cout << "a_class::another_func() = 3" << std::endl; in another_func() argument