Botcraft 1.21.5
Loading...
Searching...
No Matches
ProtocolCraft::Internal::DiffType< T1, T2 > Struct Template Reference

Just a simple type wrapper that will store with T1 and serialize as T2 (can be used for Enum/VarInt for example) More...

#include <Templates.hpp>

Detailed Description

template<typename T1, typename T2>
struct ProtocolCraft::Internal::DiffType< T1, T2 >

Just a simple type wrapper that will store with T1 and serialize as T2 (can be used for Enum/VarInt for example)

Template Parameters
T1Storage type
T2Serialization type

Definition at line 72 of file Templates.hpp.


The documentation for this struct was generated from the following file: