List of all members
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]

Additional Inherited Members

- Public Types inherited from ros::message_traits::FalseType
typedef FalseType type
 
- Static Public Attributes inherited from ros::message_traits::FalseType
static const bool value = false
 

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 97 of file message_traits.h.


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


roscpp_traits
Author(s): Josh Faust, Dirk Thomas
autogenerated on Sat Jun 17 2023 02:32:39