Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/karma/numeric/detail/
Dnumeric_utils.hpp380 struct truncate_to_long struct
382 static long call(float n, mpl::false_) in call()
388 static long call(double n, mpl::false_) in call()
394 static long call(long double n, mpl::false_) in call()
401 static long call(T n, mpl::false_) in call()
409 static long call(T n, mpl::true_) in call()
415 static long call(T n) in call()