Searched refs:identity_i_impl (Results 1 – 1 of 1) sorted by relevance
21 int identity_i_impl(int x) { return x; } in identity_i_impl() function22 int (&identity_i)(int) = identity_i_impl; // Function reference.