Symphilosophein 狂者進取,狷者有所不為也。
template<typename T1, typename T2, typename RET = pair<std::decay_t<T1>, std::decay_t<T2>>> RET make_pair(T1&& x, T2&& y) { return RET(std::forward<T1>(x), std::forward<T2>(y)); }
Note: Only a member of this blog may post a comment.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.