提交 a699c6b1 编写于 作者: B Behdad Esfahbod

[algs] Add hb_identity

上级 463cfb42
......@@ -31,9 +31,11 @@
#include "hb-null.hh"
/*
* Pair
*/
static HB_UNUSED struct
{
template <typename T> T
operator () (const T& v) const { return v; }
} hb_identity;
template <typename T1, typename T2>
struct hb_pair_t
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册