Home
last modified time | relevance | path

Searched defs:empty_value_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dvalues.cpp105 struct empty_value_impl : public value_node struct
110 explicit empty_value_impl(value::tag_type t) : value_node(t) {} in empty_value_impl() argument
113 char const* type_name() const { return "empty"; } in type_name()
115 virtual value_node* clone() const in clone()
120 virtual bool empty() const { return true; } in empty()
122 virtual bool check() const { return false; } in check()
124 virtual bool equals(value_node* other) const in equals()