Guest User

Untitled

a guest
Jan 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. template<typename T>
  2. T & as_is(T & t) { return t; }
  3.  
  4. table.SortColumnUsing(3, nonstd::identity<std::string>);
Add Comment
Please, Sign In to add comment