Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dfunctional.hpp287 struct scalar_divides_assign: struct
289 typedef typename scalar_binary_assign_functor<T1, T2>::argument1_type argument1_type;
290 typedef typename scalar_binary_assign_functor<T1, T2>::argument2_type argument2_type;
291 static const bool computed ;
294 void apply (argument1_type t1, argument2_type t2) { in apply()
299 struct rebind {