R-Type
GameEngine
include
utils
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_ */
GameEngine::Input::Keyboard::T
@ T
Definition:
Keyboard.hpp:49
nop
Definition:
Utils.hpp:12
nop::operator()
void operator()(T const &) const noexcept
Definition:
Utils.hpp:14
Generated by
1.9.1