Code inspired by Mathias Gaunard's is_convertible.cpp found in the Boost mailing list http://boost.2283326.n4.nabble.com/type-traits-is-constructible-when-decltype-is-supported-td3575452.html Thanks Mathias!  
 More...
#include <scoped_allocator.hpp>
template<class T, class... Args>
struct boost::container::container_detail::is_constructible_impl< T, Args >
Code inspired by Mathias Gaunard's is_convertible.cpp found in the Boost mailing list http://boost.2283326.n4.nabble.com/type-traits-is-constructible-when-decltype-is-supported-td3575452.html Thanks Mathias! 
 
template<class T , class... Args> 
      
 
 
template<class T , class... Args> 
template<class X > 
 
 
template<class T , class... Args> 
template<class X > 
 
 
template<class T , class... Args> 
 
 
The documentation for this struct was generated from the following file: