Searched defs:base_tag (Results 1 – 2 of 2) sorted by relevance
51 template< > struct base_tag< stepper_tag > { typedef stepper_tag type; }; struct52 template< > struct base_tag< error_stepper_tag > { typedef stepper_tag type; }; argument53 template< > struct base_tag< explicit_error_stepper_tag > { typedef stepper_tag type; }; argument54 template< > struct base_tag< explicit_error_stepper_fsal_tag > { typedef stepper_tag type; }; struct56 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… struct58 template< > struct base_tag< explicit_controlled_stepper_fsal_tag > { typedef controlled_stepper_ta… argument60 template< > struct base_tag< dense_output_stepper_tag > { typedef dense_output_stepper_tag type; }; struct
27 typedef geo::tag_cast<tag, geo::linear_tag, geo::areal_tag>::type base_tag; in main() typedef