Searched defs:max_type (Results 1 – 4 of 4) sorted by relevance
30 typedef mpl::integral_c<uint_t, Max> max_type; typedef53 struct max_type : Tag::max_type {}; struct56 struct max_type<proto::tag::unary_plus> : mpl::integral_c<uint_t, UINT_MAX-1> {}; struct59 struct max_type<proto::tag::dereference> : mpl::integral_c<uint_t, UINT_MAX-1> {}; struct62 struct max_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 1> {}; struct
92 typedef detail::indexed_point_view<Box, max_corner> max_type; in apply() typedef104 typedef detail::indexed_point_view<Box, max_corner> max_type; in apply() typedef
343 uint8_t max_type = 0; in FN() local