DDraceNetwork Documentation
Loading...
Searching...
No Matches
rust::cxxbridge1::detail Namespace Reference

Classes

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

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 = typename T::IsRelocatable

◆ is_detected

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

◆ void_t

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