Home
last modified time | relevance | path

Searched refs:multiply_by_x (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/range/test/test_function/
Dmultiply_by_x.hpp19 struct multiply_by_x struct
24 explicit multiply_by_x(Arg x) : m_x(x) {} in multiply_by_x() function
/third_party/boost/libs/range/test/algorithm_test/
Dtransform.cpp40 multiply_by_x<int> fn(2); in test_transform_impl1()