Home
last modified time | relevance | path

Searched refs:take_double (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/convert/test/
Dcallable.cpp58 struct take_double { void operator()(double, boost::optional<string>&) const {}}; in operator ()() struct
100 convert<string>(11.23, take_double()); in main()
103 …convert<string>(11, take_double()); // Compiler applies int-to-double promotion to call the conver… in main()
/third_party/boost/libs/convert/doc/
Dconverters.qbk47 …allowed ['by the language]. For example, depending on the context the `take_double` and `take_int`…