Home
last modified time | relevance | path

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

/third_party/boost/libs/property_map/example/
Dexample2.cpp23 value_type joes_address = get(address, joe); in display() local
26 << joe << ": " << joes_address << "\n"; in display()
Dexample1.cpp25 value_type& joes_address = address[joe]; in foo() local
26 joes_address = "325 Cushing Avenue"; in foo()