Searched defs:unwrapper (Results 1 – 1 of 1) sorted by relevance
254 struct unwrapper struct256 static T const& apply_const(T const& obj) { return obj; } in apply_const()257 static T& apply(T& obj) { return obj; } in apply()261 struct unwrapper<recursive_wrapper<T>> struct263 static auto apply_const(recursive_wrapper<T> const& obj) in apply_const()268 static auto apply(recursive_wrapper<T>& obj) in apply()276 struct unwrapper<std::reference_wrapper<T>> struct278 static auto apply_const(std::reference_wrapper<T> const& obj) in apply_const()283 static auto apply(std::reference_wrapper<T>& obj) in apply()