Ignition Gazebo

API Reference

6.9.0
HasGazeboConvert< In, Out > Class Template Reference

Type trait that determines if an 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 convert from In to Out is defined. Usage:

constexpr bool hasGazeboConvert =

Member Data Documentation

◆ value

constexpr bool value
static
Initial value:
=
decltype(Test<In, Out>(true))::value

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