is_streamable< S, T > Class Template Reference

#include <ArmarXCore/util/CPPUtility/TemplateMetaProgramming.h>

Static Public Attributes

static const bool value = decltype(test<S, T>(0))::value
 

Detailed Description

template<typename S, typename T>
class armarx::meta::is_streamable< S, T >

Definition at line 304 of file TemplateMetaProgramming.h.

Member Data Documentation

◆ value

const bool value = decltype(test<S, T>(0))::value
static

Definition at line 313 of file TemplateMetaProgramming.h.


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