#include "tensorstore/json_serialization_options.h" template <typename... T> requires ((IsOption<T> && ...))constexpr tensorstore::JsonSerializationOptions:: JsonSerializationOptions(T... option); Combines any number of supported options.