This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

New type trait primitives in GCC 5


The standard library that ships with GCC 5 makes use of three new type trait primitives:

  __is_trivially_copyable
  __is_trivially_constructible
  __is_trivially_assignable

I couldn't find documentation of these primitives here [1]. Am I looking in the wrong place, or are they undocumented?

Thanks,
Nate

[1] https://gcc.gnu.org/onlinedocs/gcc/Type-Traits.html 		 	   		  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]