HasGazeboConvert< In, Out > Class Template Reference
Type trait that determines if an ignition::gazebo::convert from In to Out is defined. Usage: More...
#include <Serialization.hh>
Static Public Attributes | |
static constexpr bool | value |
Detailed Description
template<typename In, typename Out>
class ignition::gazebo::traits::HasGazeboConvert< In, Out >
Type trait that determines if an ignition::gazebo::convert from In to Out is defined. Usage:
constexpr bool hasGazeboConvert =
Member Data Documentation
◆ value
|
staticconstexpr |
Initial value:
=
decltype(Test<In, Out>(true))::value
The documentation for this class was generated from the following file:
static constexpr bool value
Definition: gz/sim/components/Serialization.hh:70