DDraceNetwork Docs
rust::cxxbridge1::detail Namespace Reference

Classes

struct  detect
 
struct  detect< void_t< T< A... > >, T, A... >
 
struct  get_IsRelocatable
 
struct  make_void
 

Typedefs

template<typename... Ts>
using void_t = typename make_void< Ts... >::type
 
template<template< typename... > class T, typename... A>
using is_detected = detect< void, T, A... >
 
template<typename T >
using detect_IsRelocatable = typename T::IsRelocatable
 

Typedef Documentation

◆ detect_IsRelocatable

template<typename T >
using rust::cxxbridge1::detail::detect_IsRelocatable = typedef typename T::IsRelocatable

◆ is_detected

template<template< typename... > class T, typename... A>
using rust::cxxbridge1::detail::is_detected = typedef detect<void, T, A...>

◆ void_t

template<typename... Ts>
using rust::cxxbridge1::detail::void_t = typedef typename make_void<Ts...>::type