Go to the documentation of this file. 1 #ifndef vbl_quadruple_hxx_ 2 #define vbl_quadruple_hxx_ 10 #undef VBL_QUADRUPLE_INSTANTIATE 11 #define VBL_QUADRUPLE_INSTANTIATE(T1, T2, T3, T4) \ 12 template struct vbl_quadruple<T1, T2, T3, T4 >; \ 13 template vbl_quadruple<T1, T2, T3, T4 > vbl_make_quadruple(T1 const &, T2 const &, T3 const &, T4 const &) 15 #define VBL_QUADRUPLE_INSTANTIATE_comparisons(T1, T2, T3, T4) \