functors/functorparam.hpp

The following code example is taken from the book
C++ Templates - The Complete Guide
by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
© Copyright David Vandevoorde and Nicolai M. Josuttis 2002


#ifndef FUNCTORPARAM_HPP
#define FUNCTORPARAM_HPP

#include "functorparam1.hpp"
#include "functorparam2.hpp"

#endif // FUNCTORPARAM_HPP