Searched defs:id_value (Results 1 – 3 of 3) sorted by relevance
46 struct id_value { struct48 id_value() : id(0) {} in id_value() function55 bool operator<(id_value const & rhs) const { argument72 explicit id_value(size_type s) : id(s) {} in id_value() argument80 id_value const create(V const & value) { in create() argument
38 typedef typename unique_storage<I, stored_name>::id_value id_value; typedef76 typedef typename unique_storage<I, stored_filename>::id_value id_value; typedef
211 } id_value; member