Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Dvalues.cpp220 struct int_value_impl : public value_node struct
226 char const* type_name() const { return "integer"; } in type_name()
234 int value_;
237 int_value_impl::int_value_impl(int v, value::tag_type t) in int_value_impl() function in quickbook::detail::int_value_impl