Static Public Member Functions | List of all members
boost::detail::is_constructible_imp Struct Reference

#include <is_constructible.hpp>

Static Public Member Functions

template<typename T >
static boost::type_traits::yes_type ref_test (T)
 
template<typename T >
static boost::type_traits::no_type ref_test (...)
 
template<typename T , typename... TheArgs, typename = decltype(T(boost::declval<TheArgs>()...))>
static boost::type_traits::yes_type test (int)
 
template<typename , typename... >
static boost::type_traits::no_type test (...)
 
template<typename T , typename Arg , typename = decltype(::new T(boost::declval<Arg>()))>
static boost::type_traits::yes_type test1 (int)
 
template<typename , typename >
static boost::type_traits::no_type test1 (...)
 

Detailed Description

Definition at line 26 of file is_constructible.hpp.

Member Function Documentation

template<typename T >
static boost::type_traits::yes_type boost::detail::is_constructible_imp::ref_test ( )
static
template<typename T >
static boost::type_traits::no_type boost::detail::is_constructible_imp::ref_test (   ...)
static
template<typename T , typename... TheArgs, typename = decltype(T(boost::declval<TheArgs>()...))>
static boost::type_traits::yes_type boost::detail::is_constructible_imp::test ( int  )
static
template<typename , typename... >
static boost::type_traits::no_type boost::detail::is_constructible_imp::test (   ...)
static
template<typename T , typename Arg , typename = decltype(::new T(boost::declval<Arg>()))>
static boost::type_traits::yes_type boost::detail::is_constructible_imp::test1 ( int  )
static
template<typename , typename >
static boost::type_traits::no_type boost::detail::is_constructible_imp::test1 (   ...)
static

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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:34