This repository has been archived on 2026-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
eodev/eo/src/eoPopAlgo.h
2002-03-27 17:28:04 +00:00

17 lines
323 B
C++

// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
#ifndef eoPopAlgo_h
#define eoPopAlgo_h
#include <eoPop.h>
#include <eoFunctor.h>
/**
For all "population transforming" algos ...
*/
template <class EOT> class eoPopAlgo : public eoUF <eoPop <EOT> &, void> {
} ;
#endif