Searched refs:convert_all (Results 1 – 1 of 1) sorted by relevance
37 convert_all(TypeIn const&, boost::optional<TypeOut>&) in convert_all() function96 convert<int>(str, convert_all<string, int>); in main()97 convert<string>(11, convert_all<int, string>); in main()