mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-22 07:14:15 +08:00
Feat&Improve: Support gen pass code binding with domain
This commit is contained in:
@@ -58,7 +58,8 @@ template<class _Ty>
|
||||
using clean_type = typename std::remove_const_t<std::remove_reference_t<_Ty>>;
|
||||
|
||||
template <int _size, char _key1, char _key2, typename T>
|
||||
class skCrypter {
|
||||
class skCrypter
|
||||
{
|
||||
public:
|
||||
__forceinline constexpr skCrypter(T* data)
|
||||
{
|
||||
@@ -123,7 +124,7 @@ private:
|
||||
}
|
||||
}
|
||||
|
||||
T _storage[_size]{};
|
||||
T _storage[_size] {};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user