VisuTwin Canvas
C++ 3D Engine — Metal Backend
Loading...
Searching...
No Matches
range.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: Apache-2.0
2
// Copyright 2025-2026 Arnis Lektauers
3
//
4
// Created by Arnis Lektauers on 23.07.2025.
5
//
6
7
#pragma once
8
9
namespace
vis
10
{
11
template
<
typename
T>
12
struct
Range
13
{
14
T
start
;
15
T
end
;
16
};
17
}
vis
Definition
range.h:10
vis::Range
Definition
range.h:13
vis::Range::end
T end
Definition
range.h:15
vis::Range::start
T start
Definition
range.h:14
util
range.h
Generated by
1.16.1