ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

__type_traits< _Tp > Struct Template Reference

#include <boost_type_traits.h>

Public Types

enum  { trivial_constructor = ::boost::has_trivial_constructor<_Tp>::value }
enum  { trivial_copy = ::boost::has_trivial_copy<_Tp>::value }
enum  { trivial_assign = ::boost::has_trivial_assign<_Tp>::value }
enum  { trivial_destructor = ::boost::has_trivial_destructor<_Tp>::value }
enum  { pod = ::boost::is_pod<_Tp>::value }
typedef __bool2type
< trivial_constructor >::_Ret 
has_trivial_default_constructor
typedef __bool2type
< trivial_copy >::_Ret 
has_trivial_copy_constructor
typedef __bool2type
< trivial_assign >::_Ret 
has_trivial_assignment_operator
typedef __bool2type
< trivial_destructor >::_Ret 
has_trivial_destructor
typedef __bool2type< pod >::_Ret is_POD_type
typedef __true_type this_dummy_member_must_be_first
typedef __false_type has_trivial_default_constructor
typedef __false_type has_trivial_copy_constructor
typedef __false_type has_trivial_assignment_operator
typedef __false_type has_trivial_destructor
typedef __false_type is_POD_type

Detailed Description

template<class _Tp>
struct __type_traits< _Tp >

Definition at line 69 of file boost_type_traits.h.


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

Generated on Sun May 27 2012 06:12:34 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.