Orxonox
0.0.5 Codename: Arcturus
|
Default template if no orxonox::ConverterExplicit is available. More...
#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/libraries/util/Convert.h>
Static Public Member Functions | |
static ORX_FORCEINLINE bool | convert (ToType *output, const FromType &input) |
Static Public Attributes | |
static constexpr bool | probe = std::is_convertible<FromType, ToType>::value |
Default template if no orxonox::ConverterExplicit is available.
Evaluates whether FromType can be implicitly converted to ToType by the use the ImplicitConversion magic.
|
inlinestatic |
|
static |