clang-tools 19.0.0git
CategoricalFeature.h
Go to the documentation of this file.
1namespace ns1 {
2namespace ns2 {
3enum TestEnum { A, B, C, D };
4} // namespace ns2
5} // namespace ns1