Go to the documentation of this file. 1 #ifndef vbl_triple_hxx_ 2 #define vbl_triple_hxx_ 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 &) 13 #define VBL_TRIPLE_INSTANTIATE_comparisons(T1, T2, T3) \