LeviLamina
Loading...
Searching...
No Matches
timezone.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct timezone {
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
15 timezone& operator=(timezone const&);
16 timezone(timezone const&);
17 timezone();
18};
Definition Alias.h:14
Definition timezone.h:5