SteamNetworkingIdentityRender

Utility class for printing a SteamNetworkingIdentity. E.g. printf( "Identity is '%s'\n", SteamNetworkingIdentityRender( identity ).c_str() );

extern (C++)
struct SteamNetworkingIdentityRender {}

Constructors

this
this(SteamNetworkingIdentity x)
Undocumented in source.

Members

Functions

c_str
const(char)* c_str()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta