Searched defs:base_tag (Results 1 – 2 of 2) sorted by relevance
51 template< > struct base_tag< stepper_tag > { typedef stepper_tag type; }; argument52 template< > struct base_tag< error_stepper_tag > { typedef stepper_tag type; }; argument53 template< > struct base_tag< explicit_error_stepper_tag > { typedef stepper_tag type; }; struct54 template< > struct base_tag< explicit_error_stepper_fsal_tag > { typedef stepper_tag type; }; argument56 template< > struct base_tag< controlled_stepper_tag > { typedef controlled_stepper_tag type; }; argument57 template< > struct base_tag< explicit_controlled_stepper_tag > { typedef controlled_stepper_tag typ… argument58 template< > struct base_tag< explicit_controlled_stepper_fsal_tag > { typedef controlled_stepper_ta… struct60 template< > struct base_tag< dense_output_stepper_tag > { typedef dense_output_stepper_tag type; }; argument
27 typedef geo::tag_cast<tag, geo::linear_tag, geo::areal_tag>::type base_tag; in main() typedef