Home
last modified time | relevance | path

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

/third_party/boost/libs/multi_index/example/
Dcomposite_keys.cpp93 typedef nth_index<file_system,1>::type file_system_by_size; typedef
101 static file_system_by_size& fs_by_size=get<1>(fs); /* size index to fs */
174 file_system_by_size::iterator it0,it1; in execute()