olcPixelGameEngine v2.28
The official distribution of olcPixelGameEngine, a tool used in javidx9's YouTube videos and projects
Loading...
Searching...
No Matches
olc::net::owned_message< T > Struct Template Reference

#include <olcPGEX_Network.h>

Public Attributes

std::shared_ptr< connection< T > > remote = nullptr
 
message< Tmsg
 

Friends

std::ostream & operator<< (std::ostream &os, const owned_message< T > &msg)
 

Friends And Related Symbol Documentation

◆ operator<<

template<typename T >
std::ostream & operator<< ( std::ostream & os,
const owned_message< T > & msg )
friend

Member Data Documentation

◆ msg

template<typename T >
message<T> olc::net::owned_message< T >::msg

◆ remote

template<typename T >
std::shared_ptr<connection<T> > olc::net::owned_message< T >::remote = nullptr

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