vbl_triple.hxx
Go to the documentation of this file.
1 #ifndef vbl_triple_hxx_
2 #define vbl_triple_hxx_
3 /*
4  fsm
5 */
6 #include "vbl_triple.h"
7 
8 #undef VBL_TRIPLE_INSTANTIATE
9 #define VBL_TRIPLE_INSTANTIATE(T1, T2, T3) \
10 template struct vbl_triple<T1, T2, T3 >; \
11 template vbl_triple<T1, T2, T3 > vbl_make_triple(T1 const &, T2 const &, T3 const &)
12 
13 #define VBL_TRIPLE_INSTANTIATE_comparisons(T1, T2, T3) \
14 /*template bool operator==(vbl_triple<T1, T2, T3 > const &, vbl_triple<T1, T2, T3 > const &) ; */ \
15 /*template bool operator< (vbl_triple<T1, T2, T3 > const &, vbl_triple<T1, T2, T3 > const &) */
16 
17 #endif
a templated 3-tuple