R-Type
Utils.hpp
Go to the documentation of this file.
1 /*
2 ** EPITECH PROJECT, 2023
3 ** R-Type-epitech
4 ** File description:
5 ** Utils
6 */
7 
8 #ifndef UTILS_HPP_
9 #define UTILS_HPP_
10 
11 struct nop
12 {
13  template <typename T>
14  void operator()(T const &) const noexcept
15  {
16  }
17 };
18 
19 #endif /* !UTILS_HPP_ */
@ T
Definition: Keyboard.hpp:49
Definition: Utils.hpp:12
void operator()(T const &) const noexcept
Definition: Utils.hpp:14