ros::message_traits::IsSimple< M > Struct Template Reference

A simple datatype is one that can be memcpy'd directly in array form, i.e. it's a POD, fixed-size type and sizeof(M) == sum(serializationLength(M:a...)). More...

#include <message_traits.h>

Inheritance diagram for ros::message_traits::IsSimple< M >:
Inheritance graph
[legend]

List of all members.


Detailed Description

template<typename M>
struct ros::message_traits::IsSimple< M >

A simple datatype is one that can be memcpy'd directly in array form, i.e. it's a POD, fixed-size type and sizeof(M) == sum(serializationLength(M:a...)).

Definition at line 98 of file message_traits.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Defines


roscpp_traits
Author(s): Josh Faust
autogenerated on Fri Jan 11 09:53:17 2013