Home
last modified time | relevance | path

Searched defs:base_tag (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/numeric/odeint/stepper/
Dstepper_categories.hpp51 template< > struct base_tag< stepper_tag > { typedef stepper_tag type; }; struct
52 template< > struct base_tag< error_stepper_tag > { typedef stepper_tag type; }; argument
53 template< > struct base_tag< explicit_error_stepper_tag > { typedef stepper_tag type; }; argument
54 template< > struct base_tag< explicit_error_stepper_fsal_tag > { typedef stepper_tag type; }; struct
56 template< > struct base_tag< controlled_stepper_tag > { typedef controlled_stepper_tag type; }; argument
57 template< > struct base_tag< explicit_controlled_stepper_tag > { typedef controlled_stepper_tag typ… struct
58 template< > struct base_tag< explicit_controlled_stepper_fsal_tag > { typedef controlled_stepper_ta… argument
60 template< > struct base_tag< dense_output_stepper_tag > { typedef dense_output_stepper_tag type; }; struct
/third_party/boost/libs/geometry/doc/src/examples/core/
Dtag_cast.cpp27 typedef geo::tag_cast<tag, geo::linear_tag, geo::areal_tag>::type base_tag; in main() typedef