Searched defs:as_min (Results 1 – 3 of 3) sorted by relevance
296 struct as_min<T, std_valarray_tag> struct298 typedef T argument_type;299 typedef typename remove_const<T>::type result_type;301 typename remove_const<T>::type operator ()(T &arr) const in operator ()()
281 struct as_min<T, std_vector_tag> struct283 typedef T argument_type;284 typedef typename remove_const<T>::type result_type;286 typename remove_const<T>::type operator ()(T &arr) const in operator ()()
379 struct as_min struct423 struct as_min struct446 op::as_min const &as_min = boost::detail::pod_singleton<op::as_min>::instance; variable