Searched defs:value_base (Results 1 – 2 of 2) sorted by relevance
87 struct value_base struct92 typedef iterator const_iterator;93 typedef value_node::tag_type tag_type;95 {100 explicit value_base(value_node* base) : value_(base) in value_base() argument105 ~value_base() {} in ~value_base()107 void swap(value_base& x) { std::swap(value_, x.value_); } in swap()110 bool check() const { return value_->check(); } in check()111 bool empty() const { return value_->empty(); } in empty()112 bool is_encoded() const { return value_->is_encoded(); } in is_encoded()[all …]
747 template <typename ValueType> struct value_base struct749 typedef ValueType value_type;752 boost::alignment_of<value_type>::value>::type data_;754 value_base() : data_() {} in value_base() argument778 boost::unordered::detail::value_base<T> value_;