#ifndef DOIT_H export template <class T> void doit(const T* ar); #endif
Example 1: doit.h.
Back to Article