mc_rtc::log::callback_is_serializable< T, typename > Struct Template Reference

#include <mc_rtc/log/utils.h>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename T, typename = void>
struct mc_rtc::log::callback_is_serializable< T, typename >

Type-traits for callables that returns a serializable type

value is true if T() return type (after decaying) is serializable

Member Data Documentation

◆ value

template<typename T , typename = void>
constexpr bool mc_rtc::log::callback_is_serializable< T, typename >::value = false
staticconstexpr

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