Home
last modified time | relevance | path

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

/third_party/boost/libs/property_map/test/
Ddynamic_properties_test.cpp59 std::map<double,std::string> double2string; in test_main() local
63 dbl_map(double2string); in test_main()
70 double2string[5.3] = "five point three"; in test_main()
71 double2string[3.14] = "pi"; in test_main()