Fix doc
This commit is contained in:
parent
e8c188b688
commit
3345e4dc1d
6 changed files with 22 additions and 14 deletions
|
|
@ -30,12 +30,16 @@ Contact: paradiseo-help@lists.gforge.inria.fr
|
|||
#ifndef SMP_PPE_H_
|
||||
#define SMP_PPE_H_
|
||||
|
||||
namespace paradiseo
|
||||
{
|
||||
namespace smp
|
||||
{
|
||||
|
||||
/** Parameter Pack Expansion: Utility file to expand parameter pack
|
||||
|
||||
Utility file to expand parameter pack with the recursive method
|
||||
|
||||
**/
|
||||
|
||||
template<class... Arg> class Loop;
|
||||
|
||||
template<class T, class... Arg>
|
||||
|
|
@ -63,4 +67,8 @@ public:
|
|||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue