#include <exportable.hpp>
|
template<typename T > |
static constexpr T | getType (...) |
|
template<typename T > |
static constexpr T::Exportable | getType (void *) |
|
template<class U , typename S , typename T > |
static constexpr T | getType (ExportableAlias< S, T > *) |
|
template<class U , template< class, class > class Cont, class T , template< class > class Alloc> |
static constexpr Cont< typename BareType< T >::type::Exportable, Alloc< typename BareType< T >::type::Exportable > > | getType (Cont< T, Alloc< T > > *) |
|
static void | callType () |
|
template<typename C>
struct ExportableType< C >
Definition at line 3358 of file exportable.hpp.
◆ type
◆ callType()
◆ getType() [1/4]
template<typename C >
template<typename T >
◆ getType() [2/4]
template<typename C >
template<class U , template< class, class > class Cont, class T , template< class > class Alloc>
static constexpr Cont< typename BareType< T >::type::Exportable, Alloc< typename BareType< T >::type::Exportable > > ExportableType< C >::getType |
( |
Cont< T, Alloc< T > > * |
| ) |
|
|
inlinestaticconstexpr |
◆ getType() [3/4]
template<typename C >
template<class U , typename S , typename T >
◆ getType() [4/4]
template<typename C >
template<typename T >
static constexpr T::Exportable ExportableType< C >::getType |
( |
void * |
| ) |
|
|
inlinestaticconstexpr |
The documentation for this struct was generated from the following file: