Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::container::container_detail::is_scoped_allocator_imp< Alloc > Struct Template Reference

#include <scoped_allocator.hpp>

Static Public Member Functions

template<typename T >
static char test (int, typename T::outer_allocator_type *)
 
template<typename T >
static int test (LowPriorityConversion< int >, void *)
 

Static Public Attributes

static const bool value = (sizeof(char) == sizeof(test<Alloc>(0, 0)))
 

Member Function Documentation

template<typename Alloc >
template<typename T >
static char boost::container::container_detail::is_scoped_allocator_imp< Alloc >::test ( int  ,
typename T::outer_allocator_type *   
)
static
template<typename Alloc >
template<typename T >
static int boost::container::container_detail::is_scoped_allocator_imp< Alloc >::test ( LowPriorityConversion< int >  ,
void *   
)
static

Member Data Documentation

template<typename Alloc >
const bool boost::container::container_detail::is_scoped_allocator_imp< Alloc >::value = (sizeof(char) == sizeof(test<Alloc>(0, 0)))
static

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