Loading...
Searching...
No Matches
readWriteIteratorRange.h
Go to the documentation of this file.
1//
2// Copyright 2025 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef PXR_EXEC_VDF_READ_WRITE_ITERATOR_RANGE_H
8#define PXR_EXEC_VDF_READ_WRITE_ITERATOR_RANGE_H
9
11
12#include "pxr/pxr.h"
13
16
17PXR_NAMESPACE_OPEN_SCOPE
18
53template<typename T>
55
56PXR_NAMESPACE_CLOSE_SCOPE
57
58#endif
This class allows for construction of iterable ranges.
Definition: iteratorRange.h:27
This class allows for construction of iterable ranges of input/output values.