Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::has_trivial_destructor_after_move< boost::container::multiset< Key, C, Allocator, MultiSetOptions > > Struct Template Reference

has_trivial_destructor_after_move<> == true_type specialization for optimizations More...

#include <set.hpp>

Static Public Attributes

static const bool value = has_trivial_destructor_after_move<Allocator>::value && has_trivial_destructor_after_move<C>::value
 

Detailed Description

template<class Key, class C, class Allocator, class MultiSetOptions>
struct boost::has_trivial_destructor_after_move< boost::container::multiset< Key, C, Allocator, MultiSetOptions > >

has_trivial_destructor_after_move<> == true_type specialization for optimizations

Member Data Documentation

template<class Key , class C , class Allocator , class MultiSetOptions >
const bool boost::has_trivial_destructor_after_move< boost::container::multiset< Key, C, Allocator, MultiSetOptions > >::value = has_trivial_destructor_after_move<Allocator>::value && has_trivial_destructor_after_move<C>::value
static

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