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::flat_multimap< K, T, C, Allocator > > Struct Template Reference

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

#include <flat_map.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 K, class T, class C, class Allocator>
struct boost::has_trivial_destructor_after_move< boost::container::flat_multimap< K, T, C, Allocator > >

has_trivial_destructor_after_move<> == true_type specialization for optimizations

Member Data Documentation

template<class K , class T , class C , class Allocator >
const bool boost::has_trivial_destructor_after_move< boost::container::flat_multimap< K, T, C, Allocator > >::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: