#include <boost/mpl/at.hpp>
#include <boost/mpl/vector.hpp>
#include <boost/fusion/support/is_sequence.hpp>
#include <boost/fusion/sequence.hpp>
Go to the source code of this file.
|
template<typename A0 > |
Periodicity< A0 > | Feel::periodicity (A0 const &a0) |
|
template<typename A0 , typename A1 > |
Periodicity< A0, A1 > | Feel::periodicity (A0 const &a0, A1 const &a1) |
|
template<typename A0 , typename A1 , typename A2 > |
Periodicity< A0, A1, A2 > | Feel::periodicity (A0 const &a0, A1 const &a1, A2 const &a2) |
|