type_traits/doc
2019-02-23 00:05:35 -05:00
..
html Document improved unary operators. 2018-08-11 09:50:49 +01:00
add_const.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
add_cv.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
add_lvalue_reference.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
add_pointer.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
add_reference.qbk Improve tests for new *_t template aliases. 2017-05-18 19:44:29 +01:00
add_rvalue_reference.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
add_volatile.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
aligned_storage.qbk Update docs on alignment traits. 2014-04-24 18:33:16 +01:00
alignment_of.qbk Update docs on alignment traits. 2014-04-24 18:33:16 +01:00
alignment_traits.qbk Added license info. 2007-11-07 18:38:23 +00:00
background.qbk Fix typo in docs and regenerate. 2010-11-07 15:10:13 +00:00
common_type.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
conditional.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
copy_cv_ref.qbk Implement copy_reference and copy_cv_ref 2019-02-23 00:05:35 -05:00
copy_cv.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
copy_reference.qbk Implement copy_reference and copy_cv_ref 2019-02-23 00:05:35 -05:00
credits.qbk Implement detection idiom toolkit 2018-01-28 09:40:24 -05:00
decay.qbk Update docs on decay. 2018-08-06 13:22:28 +01:00
declval.qbk Add documentation for declval. 2015-06-08 00:22:03 +03:00
decomposing_func.qbk Added license info. 2007-11-07 18:38:23 +00:00
detected_or.qbk Update e-mail address in comments 2018-09-08 11:17:06 -04:00
detected.qbk Update e-mail address in comments 2018-09-08 11:17:06 -04:00
enable_if.qbk Add note to documentation and correct spelling 2018-09-08 11:17:48 -04:00
examples.qbk TypeTraits/common_type fix typo. 2013-10-26 15:30:31 +00:00
extent.qbk Begin updating docs to match new code. 2015-06-08 09:05:40 +01:00
floating_point_promotion.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
function_traits.qbk Begin updating docs to match new code. 2015-06-08 09:05:40 +01:00
has_bit_and_assign.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_bit_and.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_bit_or_assign.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_bit_or.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_bit_xor_assign.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_bit_xor.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_complement.qbk Document improved unary operators. 2018-08-11 09:50:49 +01:00
has_dereference.qbk Begin updating docs to match new code. 2015-06-08 09:05:40 +01:00
has_divides_assign.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_divides.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_equal_to.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_greater_equal.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_greater.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_left_shift_assign.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_left_shift.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_less_equal.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_less.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_logical_and.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_logical_not.qbk Begin updating docs to match new code. 2015-06-08 09:05:40 +01:00
has_logical_or.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_minus_assign.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_minus.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_modulus_assign.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_modulus.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_multiplies_assign.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_multiplies.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_negate.qbk Begin updating docs to match new code. 2015-06-08 09:05:40 +01:00
has_new_operator.qbk Begin updating docs to match new code. 2015-06-08 09:05:40 +01:00
has_not_equal_to.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_nothrow_assign.qbk Begin updating docs to match new code. 2015-06-08 09:05:40 +01:00
has_nothrow_constructor.qbk Begin updating docs to match new code. 2015-06-08 09:05:40 +01:00
has_nothrow_copy.qbk Fix test case: arrays are not explicitly copyable 2015-06-09 18:50:29 +01:00
has_nothrow_destruct.qbk Add docs for undocumented has_nothrow_destructor trait. 2015-06-10 17:10:41 +01:00
has_plus_assign.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_plus.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_post_decrement.qbk Document improved unary operators. 2018-08-11 09:50:49 +01:00
has_post_increment.qbk Document improved unary operators. 2018-08-11 09:50:49 +01:00
has_pre_decrement.qbk Document improved unary operators. 2018-08-11 09:50:49 +01:00
has_pre_increment.qbk Document improved unary operators. 2018-08-11 09:50:49 +01:00
has_right_shift_assign.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_right_shift.qbk Update docs for binary operator traits. 2018-02-11 11:31:23 +00:00
has_trivial_assign.qbk Bring more docs up to date. 2015-06-11 09:57:56 +01:00
has_trivial_constructor.qbk Bring more docs up to date. 2015-06-11 09:57:56 +01:00
has_trivial_copy.qbk Bring more docs up to date. 2015-06-11 09:57:56 +01:00
has_trivial_destructor.qbk Bring more docs up to date. 2015-06-11 09:57:56 +01:00
has_trivial_move_assign.qbk Bring more docs up to date. 2015-06-11 09:57:56 +01:00
has_trivial_move_constructor.qbk Bring more docs up to date. 2015-06-11 09:57:56 +01:00
has_unary_minus.qbk Document improved unary operators. 2018-08-11 09:50:49 +01:00
has_unary_plus.qbk Document improved unary operators. 2018-08-11 09:50:49 +01:00
has_virtual_destructor.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
history.qbk Implement copy_reference and copy_cv_ref 2019-02-23 00:05:35 -05:00
index.idx Add new traits classes to the index. 2011-10-09 11:05:29 +00:00
integral_constant.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
integral_promotion.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
intrinsics.qbk Begin updating docs to match new code. 2015-06-08 09:05:40 +01:00
is_abstract.qbk Added license info. 2007-11-07 18:38:23 +00:00
is_arithmetic.qbk Added license info. 2007-11-07 18:38:23 +00:00
is_array.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_assignable.qbk Fixed a typo in is_assignable doc 2018-05-07 12:50:25 +09:00
is_base_of.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_bounded_array.qbk Implement is_bounded_array and is_unbounded_array 2019-01-07 00:30:16 -05:00
is_class.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_complete.qbk Document is_complete. 2018-02-04 19:26:10 +00:00
is_complex.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_compound.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_const.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_constructible.qbk Fix is_constructible header reference. 2018-11-04 13:46:32 +03:00
is_convertible.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_copy_assignable.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_copy_constructible.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_default_constructible.qbk Document new traits classes. 2015-06-13 19:19:22 +01:00
is_destructible.qbk Document new traits classes. 2015-06-13 19:19:22 +01:00
is_detected_convertible.qbk Update e-mail address in comments 2018-09-08 11:17:06 -04:00
is_detected_exact.qbk Update e-mail address in comments 2018-09-08 11:17:06 -04:00
is_detected.qbk Update e-mail address in comments 2018-09-08 11:17:06 -04:00
is_empty.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_enum.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_final.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_floating_point.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_function.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_fundamental.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_integral.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_list_constructible.qbk Add is_list_constructible 2017-07-15 23:03:38 +03:00
is_lvalue_reference.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_member_function_pointer.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_member_object_pointer.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_member_pointer.qbk Update compiler compatibility notes. 2015-06-12 18:44:01 +01:00
is_nothrow_move_assignable.qbk Update more compiler requirements. 2015-06-12 19:37:19 +01:00
is_nothrow_move_constructible.qbk Update more compiler requirements. 2015-06-12 19:37:19 +01:00
is_nothrow_swappable.qbk Fallback for is_nothrow_swappable on pre-C++11 2017-11-28 22:12:01 +00:00
is_object.qbk Update more compiler requirements. 2015-06-12 19:37:19 +01:00
is_pod.qbk Update more compiler requirements. 2015-06-12 19:37:19 +01:00
is_pointer.qbk Update more compiler requirements. 2015-06-12 19:37:19 +01:00
is_polymorphic.qbk Added license info. 2007-11-07 18:38:23 +00:00
is_reference.qbk Update more compiler requirements. 2015-06-12 19:37:19 +01:00
is_rvalue_reference.qbk Update more compiler requirements. 2015-06-12 19:37:19 +01:00
is_same.qbk Update more compiler requirements. 2015-06-12 19:37:19 +01:00
is_scalar.qbk Update more compiler requirements. 2015-06-12 19:37:19 +01:00
is_signed.qbk Update more compiler requirements. 2015-06-12 19:37:19 +01:00
is_stateless.qbk Update more compiler requirements. 2015-06-12 19:37:19 +01:00
is_unbounded_array.qbk Implement is_bounded_array and is_unbounded_array 2019-01-07 00:30:16 -05:00
is_union.qbk Update more compiler requirements. 2015-06-12 19:37:19 +01:00
is_unsigned.qbk Update more compiler requirements. 2015-06-12 19:37:19 +01:00
is_virtual_base_of.qbk Update more compiler requirements. 2015-06-12 19:37:19 +01:00
is_void.qbk Update more compiler requirements. 2015-06-12 19:37:19 +01:00
is_volatile.qbk Update more compiler requirements. 2015-06-12 19:37:19 +01:00
Jamfile.v2 Add, and update, documentation build targets. 2016-10-07 23:07:37 -05:00
make_signed.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
make_unsigned.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
make_void.qbk Update e-mail address in comments 2018-09-08 11:17:06 -04:00
mpl.qbk Begin updating docs to match new code. 2015-06-08 09:05:40 +01:00
nonesuch.qbk Update e-mail address in comments 2018-09-08 11:17:06 -04:00
operators.qbk Apply patches to correct typos from Michel Morin. 2012-12-28 18:21:09 +00:00
promote.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
rank.qbk Update more compiler requirements. 2015-06-12 19:37:19 +01:00
remove_all_extents.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
remove_const.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
remove_cv_ref.qbk Add remove_cv_ref 2017-05-20 17:13:43 +03:00
remove_cv.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
remove_extent.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
remove_pointer.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
remove_reference.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
remove_volatile.qbk Add _t aliases 2017-05-16 21:52:06 +03:00
transform_traits.qbk Merge branch 'develop' of https://github.com/boostorg/type_traits into develop 2015-06-08 11:41:56 +01:00
type_identity.qbk Improve tests for new *_t template aliases. 2017-05-18 19:44:29 +01:00
type_traits.qbk Implement copy_reference and copy_cv_ref 2019-02-23 00:05:35 -05:00
type_with_alignment.qbk Added license info. 2007-11-07 18:38:23 +00:00
user_defined.qbk Added license info. 2007-11-07 18:38:23 +00:00
value_traits.qbk Add is_list_constructible 2017-07-15 23:03:38 +03:00