Home
last modified time | relevance | path

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

/third_party/boost/boost/yap/detail/
Dtransform.hpp52 struct rvalue_mover struct
55 constexpr decltype(auto) operator()(T && t) const in operator ()()
62 struct rvalue_mover<true> struct
65 constexpr std::remove_reference_t<T> operator()(T && t) const in operator ()()