2025-08-21 15:41:58 +08:00
|
|
|
#pragma once
|
|
|
|
#ifndef __FILE_Detail_Interface_H
|
|
|
|
#define __FILE_Detail_Interface_H
|
|
|
|
|
|
|
|
#include <typeinfo>
|
|
|
|
#include <type_traits>
|
|
|
|
#include <math.h>
|
|
|
|
#include <algorithm>
|
2025-08-21 17:54:21 +08:00
|
|
|
#include <string_view>
|
2025-08-21 15:41:58 +08:00
|
|
|
|
|
|
|
#endif // !__FILE_Detail_Interface_H
|