Viraax

Untitled

Mar 5th, 2021
679
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1. template<typename ModelName, typename ...Arguments>
  2. inline void findOne(
  3.     const Object& parameters,
  4.     typename Identity<std::function<void(Arguments...)>>::type callback,
  5.     Arguments... arguments
  6. ) {
  7. ...
  8. }
Advertisement
Add Comment
Please, Sign In to add comment