.TH "std::__is_location_invariant< _Tp >" 3cxx "Thu Aug 2 2012" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__is_location_invariant< _Tp > \- .SH SYNOPSIS .br .PP .PP Inherits \fBstd::integral_constant< bool,(is_pointer< _Tp >::value||is_member_pointer< _Tp >::value)>\fP\&. .PP Inherited by std::__is_location_invariant< _Simple_type_wrapper< _Tp > >\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef \fBintegral_constant\fP .br < bool, __v > \fBtype\fP" .br .ti -1c .RI "typedef bool \fBvalue_type\fP" .br .in -1c .SS "Static Public Attributes" .in +1c .ti -1c .RI "static const bool \fBvalue\fP" .br .in -1c .SH "Detailed Description" .PP .SS "templatestruct std::__is_location_invariant< _Tp >" Trait identifying 'location-invariant' types, meaning that the address of the object (or any of its members) will not escape\&. Also implies a trivial copy constructor and assignment operator\&. .PP Definition at line 1385 of file tr1_impl/functional\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.