TrinityCore
Loading...
Searching...
No Matches
WorldPackets::AsWriter< Underlying, T > Struct Template Reference

#include <PacketOperators.h>

+ Inheritance diagram for WorldPackets::AsWriter< Underlying, T >:

Public Attributes

T const & Value
 

Friends

ByteBufferoperator<< (ByteBuffer &data, AsWriter const &as)
 

Detailed Description

template<AsWritable Underlying, AsWritableFor< Underlying > T>
struct WorldPackets::AsWriter< Underlying, T >

Definition at line 44 of file PacketOperators.h.

Friends And Related Symbol Documentation

◆ operator<<

template<AsWritable Underlying, AsWritableFor< Underlying > T>
ByteBuffer & operator<< ( ByteBuffer data,
AsWriter< Underlying, T > const &  as 
)
friend

Definition at line 48 of file PacketOperators.h.

Member Data Documentation

◆ Value

template<AsWritable Underlying, AsWritableFor< Underlying > T>
T const& WorldPackets::AsWriter< Underlying, T >::Value

Definition at line 46 of file PacketOperators.h.


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