|
using | element_type = char |
|
using | difference_type = float |
|
|
void | test () |
|
void | test () const |
|
void | test () |
|
void | operator & () const |
|
| A (const A &) |
|
| A (A &&) PHI_NOEXCEPT |
|
A & | operator= (const A &) |
|
A & | operator= (A &&) PHI_NOEXCEPT |
|
bool | f () |
|
| A (A &&)=default |
|
A & | operator= (A &&)=default |
|
| A (const A &)=delete |
|
A & | operator= (const A &)=delete |
|
PHI_NODISCARD bool | f () const |
|
PHI_NODISCARD bool | f () const |
|
PHI_NODISCARD bool | f () const |
|
| A (int) |
|
| A (int, double) |
|
| A (int, long, double) |
|
| A (const A &) |
|
| A (const A &) |
|
| A (const A &) |
|
A & | operator= (const A &) |
|
| A (const A &) |
|
A & | operator= (const A &) |
|
| A (const A &) |
|
| A (int) |
|
| A (int, double) |
|
A & | operator= (const A &) |
|
| A (const A &) |
|
A & | operator= (const A &) |
|
| A (const A &) |
|
|
int | val {0} |
|
unsigned | foo |
|
int | a |
|
int | m |
|
int | i |
|
long | l |
|
The documentation for this struct was generated from the following files:
- tests/PhiCore/compile_failure/src/core/non_copyable/copy_assign.fail.cpp
- tests/PhiCore/unittests/src/core/pointer_traits.test.cpp
- tests/PhiCore/runtime_failure/src/core/not_null_observer_ptr/deref_null2.fail.cpp
- tests/PhiCore/runtime_failure/src/core/not_null_observer_ptr/deref_null_const2.fail.cpp
- tests/PhiCore/runtime_failure/src/core/observer_ptr/deref_null2_const.fail.cpp
- tests/PhiCore/runtime_failure/src/core/ref_ptr/operator_arrow.fail.cpp
- tests/PhiCore/runtime_failure/src/core/ref_ptr/operator_arrow_const.fail.cpp
- tests/PhiCore/unittests/src/type_traits/has_unique_object_representations.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_corresponding_member.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_layout_compatible.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_literal_type.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_pod.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_pointer_interconvertible_with_class.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_standard_layout.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_trivially_copyable.test.cpp
- tests/PhiCore/runtime_failure/src/core/not_null_scope_ptr/operator_arrow_after_leak.fail.cpp
- tests/PhiCore/runtime_failure/src/core/not_null_scope_ptr/operator_arrow_after_leak_const.fail.cpp
- tests/PhiCore/runtime_failure/src/core/not_null_scope_ptr/operator_arrow_after_move.fail.cpp
- tests/PhiCore/unittests/src/core/address_of/address_of.test.cpp
- tests/PhiCore/unittests/src/core/declval.test.cpp
- tests/PhiCore/unittests/src/core/flat_ptr.test.cpp
- tests/PhiCore/unittests/src/core/move_if_noexcept.test.cpp
- tests/PhiCore/unittests/src/core/observer_ptr.test.cpp
- tests/PhiCore/unittests/src/core/ref_ptr.test.cpp
- tests/PhiCore/unittests/src/core/scope_ptr.test.cpp
- tests/PhiCore/unittests/src/type_traits/has_virtual_destructor.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_constructible.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_copy_assignable.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_copy_constructible.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_default_constructible.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_destructible.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_implicitly_default_constructible.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_move_assignable.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_move_constructible.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_nothrow_constructible.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_nothrow_copy_assignable.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_nothrow_copy_constructible.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_nothrow_default_constructible.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_nothrow_move_assignable.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_nothrow_move_constructible.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_trivially_constructible.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_trivially_copy_assignable.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_trivially_copy_constructible.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_trivially_default_constructible.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_trivially_destructible.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_trivially_move_assignable.test.cpp
- tests/PhiCore/unittests/src/type_traits/is_trivially_move_constructible.test.cpp