Searched defs:convert_bgl_params_to_boost_parameter (Results 1 – 1 of 1) sorted by relevance
492 template < typename T > struct convert_bgl_params_to_boost_parameter struct495 typename convert_one_keyword< typename T::tag_type >::type new_kw;498 tagged_arg_type;500 rest_conv;503 type;504 static type conv(const T& x) in conv()511 struct convert_bgl_params_to_boost_parameter< struct514 typedef convert_bgl_params_to_boost_parameter< R > rest_conv;515 typedef typename rest_conv::type type;516 static type conv(const bgl_named_params< P, int, R >& x) in conv()[all …]