|
Sen API
Sen Libraries
|
Compile-time information about a generated (or built-in) type. More...
#include <type_traits.h>
Public Types | |
| using | BaseType = void |
| gives the base type corresponding to T | |
| using | InterfaceType = void |
| gives the interface type corresponding to T | |
| using | LocalProxyType = void |
| gives the local proxy type corresponding to T | |
| using | RemoteProxyType = void |
| gives the remote proxy type corresponding to T | |
Static Public Attributes | |
| static constexpr bool | isBaseTypeTemplate = false |
| whether the base types' base class is a template parameter | |
Compile-time information about a generated (or built-in) type.
| using sen::SenClassRelation< T >::BaseType = void |
gives the base type corresponding to T
| using sen::SenClassRelation< T >::InterfaceType = void |
gives the interface type corresponding to T
| using sen::SenClassRelation< T >::LocalProxyType = void |
gives the local proxy type corresponding to T
| using sen::SenClassRelation< T >::RemoteProxyType = void |
gives the remote proxy type corresponding to T
|
staticconstexpr |
whether the base types' base class is a template parameter