FACT++  1.0
template<typename T , size_t N>
void Connection::PostMessage ( const std::array< T, N > &  msg)
inline

Definition at line 124 of file Connection.h.

References PostMessage().

125  {
126  PostMessage(msg.begin(), msg.size()*sizeof(T));
127  }
void PostMessage(const void *msg, size_t s=0)

+ Here is the call graph for this function: