예제 #1
0
 static bool 
 call(fusion::extension::adt_attribute_proxy<T, N, Const> const& val) 
 { 
     return test_infinite(val.get()); 
 }
예제 #2
0
 static bool call(boost::math::concepts::real_concept n)
 {
     return test_infinite(n.value());
 }