HasGazeboConvert< In, Out > Class Template Reference
Type trait that determines if a 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 gz::sim::traits::HasGazeboConvert< In, Out >
Type trait that determines if a 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: