STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Attributes | List of all members
__gnu_pbds::detail::no_throw_copies< Key, Mapped > Struct Template Reference

Primary template. More...

#include <ext/pb_ds/detail/types_traits.hpp>

Public Types

typedef integral_constant< int,
__simple
indicator
 

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: