Searched defs:as_zero (Results 1 – 3 of 3) sorted by relevance
328 struct as_zero<T, std_valarray_tag> struct330 typedef T argument_type;331 typedef typename remove_const<T>::type result_type;333 typename remove_const<T>::type operator ()(T &arr) const in operator ()()
313 struct as_zero<T, std_vector_tag> struct315 typedef T argument_type;316 typedef typename remove_const<T>::type result_type;318 typename remove_const<T>::type operator ()(T &arr) const in operator ()()
389 struct as_zero struct431 struct as_zero struct448 op::as_zero const &as_zero = boost::detail::pod_singleton<op::as_zero>::instance; variable