HasToString< T, class > Struct Template Reference

Can be used to determine if there is an overload for std::to_string for a type T. More...

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

+ Inheritance diagram for HasToString< T, class >:

Detailed Description

template<class T, class = void>
struct armarx::meta::HasToString< T, class >

Can be used to determine if there is an overload for std::to_string for a type T.

This is the default if there is no overload

Definition at line 143 of file TemplateMetaProgramming.h.


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