#include <is_constructible.hpp>
Definition at line 26 of file is_constructible.hpp.
◆ ref_test() [1/2]
◆ ref_test() [2/2]
◆ test() [1/2]
template<typename , typename... >
◆ test() [2/2]
template<typename T , typename ... TheArgs, typename = decltype(T(boost::declval<TheArgs>()...))>
◆ test1() [1/2]
template<typename , typename >
◆ test1() [2/2]
template<typename T , typename Arg , typename = decltype(::new T(boost::declval<Arg>()))>
The documentation for this struct was generated from the following file: