¶template <int Dims>
box<Dims> bounding_box(const box<Dims>& box1,
const box<Dims>& box2)
template <int Dims>
box<Dims> bounding_box(const box<Dims>& box1,
const box<Dims>& box2)
Template Parameters
- int Dims
Parameters
- const box<Dims>& box1
- const box<Dims>& box2
¶template <int Dims>
box<Dims> bounding_box(const region<Dims>& region)
template <int Dims>
box<Dims> bounding_box(const region<Dims>& region)
Template Parameters
- int Dims
Parameters
- const region<Dims>& region
¶template <typename InputIterator>
auto bounding_box(InputIterator begin,
InputIterator end)
template <typename InputIterator>
auto bounding_box(InputIterator begin,
InputIterator end)
Template Parameters
- InputIterator
Parameters
- InputIterator begin
- InputIterator end
¶template <typename Range>
auto bounding_box(const Range& range)
template <typename Range>
auto bounding_box(const Range& range)
Template Parameters
- Range
Parameters
- const Range& range