#include "tensorstore/box.h"
template <typename BoxType>
  
requires HasBoxDomain<BoxType>
bool tensorstore::IsFinite(const BoxTypebox);

Returns true if all dimensions of box have finite bounds.

Parameters:
const BoxType &box

A Box-like type or a type with a Box domain.