Kanzi  3.9.6
Kanzi Engine API
type_traits.hpp File Reference
#include "platform.hpp"
#include <boost/type_traits.hpp>
#include <boost/core/underlying_type.hpp>

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 

Macros

#define KZ_IS_TRIVIALLY_CONSTRUCTIBLE
 
#define KZ_IS_TRIVIALLY_COPYABLE
 
#define KZ_IS_TRIVIALLY_DESTRUCTIBLE
 

Typedefs

template<bool B, typename T , typename F >
using kanzi::conditional_t = typename boost::conditional< B, T, F >::type
 

Macro Definition Documentation

◆ KZ_IS_TRIVIALLY_COPYABLE

#define KZ_IS_TRIVIALLY_COPYABLE

◆ KZ_IS_TRIVIALLY_CONSTRUCTIBLE

#define KZ_IS_TRIVIALLY_CONSTRUCTIBLE

◆ KZ_IS_TRIVIALLY_DESTRUCTIBLE

#define KZ_IS_TRIVIALLY_DESTRUCTIBLE