Searched defs:as_max (Results 1 – 3 of 3) sorted by relevance
312 struct as_max<T, std_valarray_tag> struct314 typedef T argument_type;315 typedef typename remove_const<T>::type result_type;317 typename remove_const<T>::type operator ()(T &arr) const in operator ()()
297 struct as_max<T, std_vector_tag> struct299 typedef T argument_type;300 typedef typename remove_const<T>::type result_type;302 typename remove_const<T>::type operator ()(T &arr) const in operator ()()
384 struct as_max struct427 struct as_max struct447 op::as_max const &as_max = boost::detail::pod_singleton<op::as_max>::instance; variable