vdj_pipe
pipeline for processing DNA sequence data
unused_variable.hpp
Go to the documentation of this file.
1 
7 #ifndef UNUSED_VARIABLE_HPP_
8 #define UNUSED_VARIABLE_HPP_
9 
10 namespace vdj_pipe{
11 
14 template<typename T> inline void unused_variable(T const& ) {}
15 
16 }//namespace vdj_pipe
17 #endif /* UNUSED_VARIABLE_HPP_ */
void unused_variable(T const &)
Definition: unused_variable.hpp:14
Main namespace of vdj_pipe library.
Definition: keywords_variable.hpp:11