diff --git a/index.htm b/index.htm index 9dbd570..4c3673e 100644 --- a/index.htm +++ b/index.htm @@ -452,6 +452,16 @@ has.

  + +   + ::boost::is_stateless<T>::value + True if T is stateless, meaning that T has no storage and its constructors and destructors are trivial. +   +

PC

+ +   +   ::boost::has_nothrow_constructor<T>::value