Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/classic/example/fundamental/more_calculators/
Dcalc_with_variables.cpp31 struct push_num struct
33 push_num(stack<double>& eval_) in push_num() argument
36 void operator()(double n) const in operator ()()
42 stack<double>& eval;