d07 ex01 ok
This commit is contained in:
13
d07/ex01/headers/Decrement.hpp
Normal file
13
d07/ex01/headers/Decrement.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef DECREMENT_HPP
|
||||
# define DECREMENT_HPP
|
||||
|
||||
# include <iostream>
|
||||
# include <string>
|
||||
|
||||
template< typename T >
|
||||
void Decrement(T & e) {
|
||||
--e;;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user