GNU g++  v5.2.1
GNU Standard C++
__gnu_pbds::detail::no_throw_copies< Key, Mapped > Struct Template Reference

Primary template. More...

#include <types_traits.hpp>

Collaboration diagram for __gnu_pbds::detail::no_throw_copies< Key, Mapped >:

Public Types

typedef integral_constant< int, __simpleindicator
 

Static Public Attributes

static const bool __simple
 

Detailed Description

template<typename Key, typename Mapped>
struct __gnu_pbds::detail::no_throw_copies< Key, Mapped >

Primary template.

Member Typedef Documentation

template<typename Key , typename Mapped >
typedef integral_constant<int, __simple> __gnu_pbds::detail::no_throw_copies< Key, Mapped >::indicator

Member Data Documentation

template<typename Key , typename Mapped >
const bool __gnu_pbds::detail::no_throw_copies< Key, Mapped >::__simple
static
Initial value:
= is_simple<Key>::value
&& is_simple<Mapped>::value

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