LeviLamina
Loading...
Searching...
No Matches
WeightedRandom.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // WeightedRandom inner types declare
8 // clang-format off
10 // clang-format on
11
12 // WeightedRandom inner types define
14 public:
15 // member variables
16 // NOLINTBEGIN
18 // NOLINTEND
19
20 public:
21 // prevent constructor by default
22 WeighedRandomItem& operator=(WeighedRandomItem const&);
25 };
26};
Definition WeightedRandom.h:13
Definition WeightedRandom.h:5
Definition Alias.h:14