S2ContainsPointQuery.Options

Rather than calling this constructor, which requires specifying the IndexT template argument explicitly, the preferred idiom is to call MakeS2ContainsPointQuery() instead. For example:

return MakeS2ContainsPointQuery(&index).Contains(p);

class S2ContainsPointQuery(IndexT)
alias Options = S2ContainsPointQueryOptions

Meta