GlsAnimation Library  1.0.6
Provides classes and functions to support animating GL Studio objects programmatically or with script files
Public Types | List of all members
disti::Detail::is_same2< T, U, V > Struct Template Reference

For easier reading, test whether T is either the same type as U or the same as V. More...

#include <gls_animation.h>

Public Types

enum  { value = is_same<T, U>::value || is_same<T, V>::value }
 

Detailed Description

template<typename T, typename U, typename V>
struct disti::Detail::is_same2< T, U, V >

For easier reading, test whether T is either the same type as U or the same as V.


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