Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/karma/numeric/detail/
Dnumeric_utils.hpp340 struct cast_to_long struct
342 static long call(float n, mpl::false_) in call()
347 static long call(double n, mpl::false_) in call()
352 static long call(long double n, mpl::false_) in call()
358 static long call(T n, mpl::false_) in call()
367 static long call(T n, mpl::true_) in call()
373 static long call(T n) in call()