Home
last modified time | relevance | path

Searched refs:boost_func (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/convert/test/
Dcallable.cpp76 typedef boost::function<void (string const& value_in, boost::optional<int>&)> boost_func; in main() typedef
85 int v02 = convert<int>(str, boost_func(plain_old_func)).value_or(-1); in main()