LeviLamina
Loading...
Searching...
No Matches
List.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace DataStructures {
6
7template <typename T0>
8class List {};
9
10} // namespace DataStructures
Definition List.h:8