MCPcopy Create free account

hub / github.com/boostorg/pfr / functions

Functions313 in github.com/boostorg/pfr

Functionmain
test/core/compile-fail/movable_and_lvalue_references.cpp:22
Functionmain
test/core/compile-fail/rvalue_tie.cpp:15
Functionmain
test/core/compile-fail/inherited.cpp:18
Functionmain
test/core/compile-fail/ops_unrestricted_unions.cpp:19
Functionmain
test/core/compile-fail/virtual_functions.cpp:17
Functionmain
test/core/compile-fail/ops_on_union.cpp:15
Functionmain
test/core/compile-fail/pfr_review_test2.cpp:32
Functionmain
test/core/compile-fail/non_aggregate.cpp:11
Functionmain
test/core/run/template_constructor.cpp:36
Functionmain
test/core/run/read_write.cpp:54
Functionmain
test/core/run/motivating_example2.cpp:14
Functionmain
test/core/run/core17_generated.cpp:26
Functionmain
test/core/run/non_std_layout.cpp:23
Functionmain
test/core/run/tuple_size.cpp:8
Functionmain
test/core/run/is_reflectable.cpp:89
Functionmain
test/core/run/non_dc_non_cop_but_mov.cpp:23
Functionmain
test/core/run/get_rvalue.cpp:27
Functionmain
test/core/run/tie_anonymous_const_field.cpp:53
Functionmain
test/core/run/get_by_type.cpp:59
Functionmain
test/core/run/error_pfr_c1202.cpp:90
Functionmain
test/core/run/fields_count_on_const.cpp:13
Functionmain
test/core/run/non_movable.cpp:20
Functionmain
test/core/run/non_default_constructible.cpp:13
Functionmain
test/core/run/destructuring_tie.cpp:41
Functionmain
test/core/run/motivating_example.cpp:16
Functionmain
test/core/run/is_implicitly_reflectable.cpp:59
Functionmain
test/core/run/get_non_default_constructible.cpp:21
Functionmain
test/core/run/tie_anonymous.cpp:101
Functionmain
test/core/run/template_unconstrained.cpp:36
Functionmain
test/core/run/std_interactions.cpp:17
Functionmain
test/core/run/issue30.cpp:27
Functionmain
test/core/run/optional_chrono.cpp:54
Functionmain
test/core/run/optional_like.cpp:21
Functionmain
test/core/run/for_each_field.cpp:75
Functionmain
test/core/run/get_const_field.cpp:49
Functionmain
test/core/run/template_forwarding_ref.cpp:36
Functionmain
test/core/run/issue33.cpp:19
Functionmain
test/core/run/functions_for.cpp:149
Functionmain
test/core/run/non_copyable_but_movable.cpp:20
Functionmain
test/core/run/bitfields_count.cpp:17
Functionmain
test/core/run/constexpr_ops.cpp:60
Functionmain
test/core/run/read_write_non_literal.cpp:40
Functionmain
test/core/run/ops.cpp:86
Functionmain
test/config/print_config.cpp:14
Methodmy_constexpr
test/core/run/for_each_field.cpp:36
Functionname_of_field
include/boost/pfr/detail/core_name20_static.hpp:163
Functionname_of_field_impl
include/boost/pfr/detail/core_name20_static.hpp:84
Methodnon_default_constructible
test/core/run/get_non_default_constructible.cpp:13
Methodnonconstexpr
test/core_name/run/fields_names_constexpr.cpp:17
Methodnonconstexpr
test/core_name/run/fields_names.cpp:20
Methodoffset
include/boost/pfr/detail/offset_based_getter.hpp:86
Functionoperator!=
example/quick_examples.cpp:199
Functionoperator!=
test/core/run/constexpr_ops.cpp:33
Functionoperator!=
test/core/run/ops.cpp:34
Methodoperator()
test/core/run/functions_for.cpp:22
Methodoperator()
test/core/run/functions_for.cpp:125
Methodoperator()
\return \b true if each field of \b x equals the field with same index of \b y.
include/boost/pfr/functors.hpp:43
Methodoperator()
include/boost/pfr/functors.hpp:60
Methodoperator()
\return \b true if at least one field \b x not equals the field with same index of \b y.
include/boost/pfr/functors.hpp:71
Methodoperator()
include/boost/pfr/functors.hpp:88
Methodoperator()
\return \b true if field of \b x greater than the field with same index of \b y and all previous fields of \b x equal to the same fields of \b y.
include/boost/pfr/functors.hpp:99
Methodoperator()
include/boost/pfr/functors.hpp:116
Methodoperator()
\return \b true if field of \b x less than the field with same index of \b y and all previous fields of \b x equal to the same fields of \b y.
include/boost/pfr/functors.hpp:127
Methodoperator()
include/boost/pfr/functors.hpp:144
Methodoperator()
\return \b true if field of \b x greater than the field with same index of \b y and all previous fields of \b x equal to the same fields of \b y; or i
include/boost/pfr/functors.hpp:156
Methodoperator()
include/boost/pfr/functors.hpp:173
Methodoperator()
\return \b true if field of \b x less than the field with same index of \b y and all previous fields of \b x equal to the same fields of \b y; or if e
include/boost/pfr/functors.hpp:185
Methodoperator()
include/boost/pfr/functors.hpp:202
Methodoperator()
\return hash value of \b x.
include/boost/pfr/functors.hpp:214
Functionoperator<
test/core/run/constexpr_ops.cpp:28
Functionoperator<
test/core/run/ops.cpp:29
Functionoperator<<
include/boost/pfr/io.hpp:71
Functionoperator<=
test/core/run/constexpr_ops.cpp:29
Functionoperator<=
test/core/run/ops.cpp:30
Functionoperator==
example/quick_examples.cpp:195
Functionoperator==
test/core/run/read_write.cpp:42
Functionoperator==
test/core/run/constexpr_ops.cpp:32
Functionoperator==
test/core/run/ops.cpp:33
Functionoperator>
test/core/run/constexpr_ops.cpp:30
Functionoperator>
test/core/run/ops.cpp:31
Functionoperator>=
test/core/run/constexpr_ops.cpp:31
Functionoperator>=
test/core/run/ops.cpp:32
Functionoperator>>
include/boost/pfr/io.hpp:81
Methodoptional_like
test/core/run/optional_like.cpp:13
Functionpossible_reflectable
include/boost/pfr/detail/possible_reflectable.hpp:19
Methodprint
include/boost/pfr/detail/io.hpp:49
Methodprint
include/boost/pfr/detail/io.hpp:58
Methodread
include/boost/pfr/detail/io.hpp:65
Methodread
include/boost/pfr/detail/io.hpp:80
Methodsize
include/boost/pfr/detail/size_array.hpp:22
Methodsize
include/boost/pfr/detail/size_array.hpp:62
Functionstatic_assert_layout_compatible
include/boost/pfr/detail/cast_to_layout_compatible.hpp:19
Functionstatic_assert_non_inherited
include/boost/pfr/detail/fields_count.hpp:98
Methodstring_view #else auto #endif get_name
include/boost/pfr/core_name.hpp:46
Methodsum
test/core/compile-fail/virtual_functions.cpp:14
Functiontest_comparable_struct
test/core/run/ops.cpp:40
Functiontest_constexpr_comparable
test/core/run/constexpr_ops.cpp:37
Functiontest_counts_on_multiple_chars
test/core/test_tuple_sizes_on.cpp:31
Functiontest_counts_on_multiple_chars_impl
test/core/test_tuple_sizes_on.cpp:10
Functiontest_some_comparable_struct
test/core/run/functions_for.cpp:35
← previousnext →201–300 of 313, ranked by callers