├── .gitignore ├── CMakeLists.txt ├── CMakePresets.json ├── Config.cmake.in ├── DEVLOG.md ├── DOCS.md ├── LICENSE.md ├── README.md ├── conceptrodon ├── arcadia.hpp ├── capsule.hpp ├── carrier.hpp ├── cay.hpp ├── cotanivore │ ├── kindred_repack.hpp │ └── paste.hpp ├── coy.hpp ├── day.hpp ├── fly.hpp ├── forlorn.hpp ├── functivore │ ├── analyzer.hpp │ ├── apply_return_type.hpp │ ├── are_same_type_signature_as.hpp │ ├── are_same_variadic_type_signature_as.hpp │ ├── concepts │ │ ├── all_const_qualified.hpp │ │ ├── all_function_pointer.hpp │ │ ├── all_lvalue_reference_qualified.hpp │ │ ├── all_member_function_pointer.hpp │ │ ├── all_noexcept_specified.hpp │ │ ├── all_nonoverloaded_function_object.hpp │ │ ├── all_not_const_qualified.hpp │ │ ├── all_not_function_pointer.hpp │ │ ├── all_not_lvalue_reference_qualified.hpp │ │ ├── all_not_member_function_pointer.hpp │ │ ├── all_not_noexcept_specified.hpp │ │ ├── all_not_nonoverloaded_function_object.hpp │ │ ├── all_not_rvalue_reference_qualified.hpp │ │ ├── all_not_variadic.hpp │ │ ├── all_not_volatile_qualified.hpp │ │ ├── all_rvalue_reference_qualified.hpp │ │ ├── all_same_type_signature.hpp │ │ ├── all_same_variadic_type_signature.hpp │ │ ├── all_variadic.hpp │ │ ├── all_volatile_qualified.hpp │ │ ├── const_qualified.hpp │ │ ├── function_pointer_probe.hpp │ │ ├── invoke_result_in.hpp │ │ ├── invoke_return_as.hpp │ │ ├── lvalue_reference_qualified.hpp │ │ ├── member_function_pointer_probe.hpp │ │ ├── noexcept_specified.hpp │ │ ├── nonoverloaded_function_object_probe.hpp │ │ ├── not_const_qualified.hpp │ │ ├── not_function_pointer.hpp │ │ ├── not_lvalue_reference_qualified.hpp │ │ ├── not_member_function_pointer.hpp │ │ ├── not_noexcept_specified.hpp │ │ ├── not_nonoverloaded_function_object.hpp │ │ ├── not_rvalue_reference_qualified.hpp │ │ ├── not_variadic.hpp │ │ ├── not_volatile_qualified.hpp │ │ ├── result_in.hpp │ │ ├── rvalue_reference_qualified.hpp │ │ ├── same_type_signature_as.hpp │ │ ├── same_variadic_type_signature_as.hpp │ │ ├── variadic.hpp │ │ └── volatile_qualified.hpp │ ├── get_invoke_return_type.hpp │ ├── get_parameter_types.hpp │ ├── get_return_type.hpp │ ├── get_type_signature.hpp │ ├── get_variadic_type_signature.hpp │ ├── is_const.hpp │ ├── is_function_pointer.hpp │ ├── is_lvalue_reference.hpp │ ├── is_noexcept.hpp │ ├── is_nonoverloaded_function_object.hpp │ ├── is_rvalue_reference.hpp │ ├── is_variadic.hpp │ └── is_volatile.hpp ├── gly.hpp ├── gry.hpp ├── halcyon.hpp ├── hay.hpp ├── label.hpp ├── lullaby.hpp ├── microbiota │ ├── cotanis │ │ ├── kindred_repack.hpp │ │ ├── kindred_repack │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── kindred_repack.hpp │ │ ├── typical_paste.hpp │ │ └── typical_paste │ │ │ ├── ascend │ │ │ ├── base_step.hpp │ │ │ └── recursive_step.hpp │ │ │ └── typical_paste.hpp │ ├── cytoplasm │ │ ├── repetition │ │ │ ├── alkane.hpp │ │ │ ├── cloning_micro_sheep.hpp │ │ │ ├── define_first_horse.hpp │ │ │ ├── define_first_llama.hpp │ │ │ ├── define_first_sheep.hpp │ │ │ ├── micro_basin.hpp │ │ │ ├── micro_horse.hpp │ │ │ ├── micro_llama.hpp │ │ │ ├── micro_llano.hpp │ │ │ ├── micro_plain.hpp │ │ │ ├── micro_river.hpp │ │ │ ├── micro_sheep.hpp │ │ │ ├── micro_sheep_horn.hpp │ │ │ ├── micro_sheep_tail.hpp │ │ │ ├── micro_world.hpp │ │ │ ├── reversed_micro_llama.hpp │ │ │ ├── reversed_micro_sheep.hpp │ │ │ ├── undef_first_horse.hpp │ │ │ ├── undef_first_llama.hpp │ │ │ └── undef_first_sheep.hpp │ │ └── select_scale.hpp │ ├── functilis │ │ ├── analyzer_intermediate.hpp │ │ ├── analyzer_prototype.hpp │ │ └── analyzer_prototype │ │ │ ├── analyzer_prototype.hpp │ │ │ └── ascend │ │ │ ├── analyzer_prototype.hpp │ │ │ └── ascend │ │ │ ├── analyzer_prototype.hpp │ │ │ └── ascend │ │ │ ├── analyzer_prototype.hpp │ │ │ └── ascend │ │ │ ├── analyzer_prototype.hpp │ │ │ └── ascend │ │ │ └── analyzer_prototype.hpp │ ├── moldiae │ │ ├── among.hpp │ │ ├── among │ │ │ ├── among.hpp │ │ │ └── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ ├── classic_fold_left.hpp │ │ ├── classic_fold_left │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── classic_fold_left.hpp │ │ ├── classic_fold_left_first.hpp │ │ ├── classic_fold_left_first │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── classic_fold_left_first.hpp │ │ ├── classic_fold_right.hpp │ │ ├── classic_fold_right │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── classic_fold_right.hpp │ │ ├── classic_fold_right_last.hpp │ │ ├── classic_fold_right_last │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── classic_fold_right_last.hpp │ │ ├── classic_trek.hpp │ │ ├── classic_trek │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── ascend │ │ │ │ │ │ └── classic_trek.hpp │ │ │ │ │ └── classic_trek.hpp │ │ │ │ └── classic_trek.hpp │ │ │ └── classic_trek.hpp │ │ ├── classic_trip.hpp │ │ ├── classic_trip │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── ascend │ │ │ │ │ │ └── classic_trip.hpp │ │ │ │ │ └── classic_trip.hpp │ │ │ │ └── classic_trip.hpp │ │ │ └── classic_trip.hpp │ │ ├── fold_left.hpp │ │ ├── fold_left │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── fold_left.hpp │ │ ├── fold_left_first.hpp │ │ ├── fold_left_first │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── fold_left_first.hpp │ │ ├── fold_right.hpp │ │ ├── fold_right │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── fold_right.hpp │ │ ├── fold_right_last.hpp │ │ ├── fold_right_last │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── fold_right_last.hpp │ │ ├── independent_find.hpp │ │ ├── independent_find │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── independent_find.hpp │ │ ├── independent_left_interview.hpp │ │ ├── independent_left_interview │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── independent_left_interview.hpp │ │ ├── independent_right_interview.hpp │ │ ├── independent_right_interview │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── independent_right_interview.hpp │ │ ├── left_inspect.hpp │ │ ├── repack.hpp │ │ ├── repack │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── repack.hpp │ │ ├── right_inspect.hpp │ │ ├── trek.hpp │ │ ├── trek │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── ascend │ │ │ │ │ │ └── trek.hpp │ │ │ │ │ └── trek.hpp │ │ │ │ └── trek.hpp │ │ │ └── trek.hpp │ │ ├── trip.hpp │ │ └── trip │ │ │ ├── ascend │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ └── trip.hpp │ │ │ │ └── trip.hpp │ │ │ └── trip.hpp │ │ │ └── trip.hpp │ ├── nucleolus │ │ ├── define_alias_templates │ │ │ ├── calm.hpp │ │ │ ├── cool.hpp │ │ │ ├── dawn.hpp │ │ │ ├── flow.hpp │ │ │ ├── glow.hpp │ │ │ ├── grit.hpp │ │ │ ├── hail.hpp │ │ │ ├── mold.hpp │ │ │ ├── page.hpp │ │ │ ├── rail.hpp │ │ │ ├── road.hpp │ │ │ ├── sail.hpp │ │ │ ├── snow.hpp │ │ │ └── will.hpp │ │ ├── define_flags │ │ │ ├── const.hpp │ │ │ ├── flag_type.hpp │ │ │ ├── function.hpp │ │ │ ├── function_object.hpp │ │ │ ├── function_pointer.hpp │ │ │ ├── lvalue_reference.hpp │ │ │ ├── noexcept.hpp │ │ │ ├── pointer_to_member_function.hpp │ │ │ ├── rvalue_reference.hpp │ │ │ ├── variadic.hpp │ │ │ └── volatile.hpp │ │ ├── define_functions │ │ │ ├── ease.hpp │ │ │ ├── free.hpp │ │ │ ├── glad.hpp │ │ │ ├── glee.hpp │ │ │ ├── idyl.hpp │ │ │ ├── lark.hpp │ │ │ ├── rapt.hpp │ │ │ └── rosy.hpp │ │ ├── define_helpers │ │ │ ├── covert.hpp │ │ │ ├── detail.hpp │ │ │ ├── hidden.hpp │ │ │ ├── secret.hpp │ │ │ ├── trivia.hpp │ │ │ ├── unsaid.hpp │ │ │ ├── untold.hpp │ │ │ └── veiled.hpp │ │ ├── define_parallel_vessels │ │ │ ├── calm.hpp │ │ │ ├── cool.hpp │ │ │ ├── dawn.hpp │ │ │ ├── flow.hpp │ │ │ ├── glow.hpp │ │ │ ├── grit.hpp │ │ │ ├── hail.hpp │ │ │ ├── mold.hpp │ │ │ ├── page.hpp │ │ │ ├── rail.hpp │ │ │ ├── road.hpp │ │ │ ├── sail.hpp │ │ │ ├── snow.hpp │ │ │ └── will.hpp │ │ ├── define_parameter_categories │ │ │ ├── calm.hpp │ │ │ ├── cool.hpp │ │ │ ├── dawn.hpp │ │ │ ├── flow.hpp │ │ │ ├── glow.hpp │ │ │ ├── grit.hpp │ │ │ ├── hail.hpp │ │ │ ├── mold.hpp │ │ │ ├── page.hpp │ │ │ ├── rail.hpp │ │ │ ├── road.hpp │ │ │ ├── sail.hpp │ │ │ ├── snow.hpp │ │ │ └── will.hpp │ │ ├── define_proto_templates │ │ │ ├── calm.hpp │ │ │ ├── cool.hpp │ │ │ ├── dawn.hpp │ │ │ ├── flow.hpp │ │ │ ├── glow.hpp │ │ │ ├── grit.hpp │ │ │ ├── hail.hpp │ │ │ ├── mold.hpp │ │ │ ├── page.hpp │ │ │ ├── rail.hpp │ │ │ ├── road.hpp │ │ │ ├── sail.hpp │ │ │ ├── snow.hpp │ │ │ └── will.hpp │ │ ├── define_results │ │ │ ├── type.hpp │ │ │ └── value.hpp │ │ ├── define_separators │ │ │ ├── commit.hpp │ │ │ ├── finish.hpp │ │ │ ├── ignite.hpp │ │ │ ├── kindle.hpp │ │ │ ├── launch.hpp │ │ │ ├── prompt.hpp │ │ │ ├── propel.hpp │ │ │ ├── settle.hpp │ │ │ └── slash.hpp │ │ ├── define_signature_categories │ │ │ ├── calm.hpp │ │ │ ├── cool.hpp │ │ │ ├── dawn.hpp │ │ │ ├── flow.hpp │ │ │ ├── glow.hpp │ │ │ ├── grit.hpp │ │ │ ├── hail.hpp │ │ │ ├── mold.hpp │ │ │ ├── page.hpp │ │ │ ├── rail.hpp │ │ │ ├── road.hpp │ │ │ ├── sail.hpp │ │ │ ├── snow.hpp │ │ │ └── will.hpp │ │ ├── define_synopsis_templates │ │ │ ├── calm.hpp │ │ │ ├── cool.hpp │ │ │ ├── dawn.hpp │ │ │ ├── flow.hpp │ │ │ ├── glow.hpp │ │ │ ├── grit.hpp │ │ │ ├── hail.hpp │ │ │ ├── mold.hpp │ │ │ ├── page.hpp │ │ │ ├── rail.hpp │ │ │ ├── road.hpp │ │ │ ├── sail.hpp │ │ │ ├── snow.hpp │ │ │ └── will.hpp │ │ ├── define_uni_templates │ │ │ ├── calm.hpp │ │ │ ├── cool.hpp │ │ │ ├── dawn.hpp │ │ │ ├── flow.hpp │ │ │ ├── glow.hpp │ │ │ ├── grit.hpp │ │ │ ├── hail.hpp │ │ │ ├── mold.hpp │ │ │ ├── page.hpp │ │ │ ├── rail.hpp │ │ │ ├── road.hpp │ │ │ ├── sail.hpp │ │ │ ├── snow.hpp │ │ │ └── will.hpp │ │ ├── define_utilities │ │ │ ├── peg.hpp │ │ │ ├── prefix.hpp │ │ │ └── vay.hpp │ │ ├── define_variable_templates │ │ │ ├── calm.hpp │ │ │ ├── cool.hpp │ │ │ ├── dawn.hpp │ │ │ ├── flow.hpp │ │ │ ├── glow.hpp │ │ │ ├── grit.hpp │ │ │ ├── hail.hpp │ │ │ ├── mold.hpp │ │ │ ├── page.hpp │ │ │ ├── rail.hpp │ │ │ ├── road.hpp │ │ │ ├── sail.hpp │ │ │ ├── snow.hpp │ │ │ └── will.hpp │ │ ├── undef_alias_templates │ │ │ ├── calm.hpp │ │ │ ├── cool.hpp │ │ │ ├── dawn.hpp │ │ │ ├── flow.hpp │ │ │ ├── glow.hpp │ │ │ ├── grit.hpp │ │ │ ├── hail.hpp │ │ │ ├── mold.hpp │ │ │ ├── page.hpp │ │ │ ├── rail.hpp │ │ │ ├── road.hpp │ │ │ ├── sail.hpp │ │ │ ├── snow.hpp │ │ │ └── will.hpp │ │ ├── undef_flags │ │ │ ├── const.hpp │ │ │ ├── flag_type.hpp │ │ │ ├── function.hpp │ │ │ ├── function_object.hpp │ │ │ ├── function_pointer.hpp │ │ │ ├── lvalue_reference.hpp │ │ │ ├── noexcept.hpp │ │ │ ├── pointer_to_member_function.hpp │ │ │ ├── rvalue_reference.hpp │ │ │ ├── variadic.hpp │ │ │ └── volatile.hpp │ │ ├── undef_functions │ │ │ ├── ease.hpp │ │ │ ├── free.hpp │ │ │ ├── glad.hpp │ │ │ ├── glee.hpp │ │ │ ├── idyl.hpp │ │ │ ├── lark.hpp │ │ │ ├── rapt.hpp │ │ │ └── rosy.hpp │ │ ├── undef_helpers │ │ │ ├── covert.hpp │ │ │ ├── detail.hpp │ │ │ ├── hidden.hpp │ │ │ ├── secret.hpp │ │ │ ├── trivia.hpp │ │ │ ├── unsaid.hpp │ │ │ ├── untold.hpp │ │ │ └── veiled.hpp │ │ ├── undef_parallel_vessels │ │ │ ├── calm.hpp │ │ │ ├── cool.hpp │ │ │ ├── dawn.hpp │ │ │ ├── flow.hpp │ │ │ ├── glow.hpp │ │ │ ├── grit.hpp │ │ │ ├── hail.hpp │ │ │ ├── mold.hpp │ │ │ ├── page.hpp │ │ │ ├── rail.hpp │ │ │ ├── road.hpp │ │ │ ├── sail.hpp │ │ │ ├── snow.hpp │ │ │ └── will.hpp │ │ ├── undef_parameter_categories │ │ │ ├── calm.hpp │ │ │ ├── cool.hpp │ │ │ ├── dawn.hpp │ │ │ ├── flow.hpp │ │ │ ├── glow.hpp │ │ │ ├── grit.hpp │ │ │ ├── hail.hpp │ │ │ ├── mold.hpp │ │ │ ├── page.hpp │ │ │ ├── rail.hpp │ │ │ ├── road.hpp │ │ │ ├── sail.hpp │ │ │ ├── snow.hpp │ │ │ └── will.hpp │ │ ├── undef_proto_templates │ │ │ ├── calm.hpp │ │ │ ├── cool.hpp │ │ │ ├── dawn.hpp │ │ │ ├── flow.hpp │ │ │ ├── glow.hpp │ │ │ ├── grit.hpp │ │ │ ├── hail.hpp │ │ │ ├── mold.hpp │ │ │ ├── page.hpp │ │ │ ├── rail.hpp │ │ │ ├── road.hpp │ │ │ ├── sail.hpp │ │ │ ├── snow.hpp │ │ │ └── will.hpp │ │ ├── undef_results │ │ │ ├── type.hpp │ │ │ └── value.hpp │ │ ├── undef_separators │ │ │ ├── commit.hpp │ │ │ ├── finish.hpp │ │ │ ├── ignite.hpp │ │ │ ├── kindle.hpp │ │ │ ├── launch.hpp │ │ │ ├── prompt.hpp │ │ │ ├── propel.hpp │ │ │ ├── settle.hpp │ │ │ └── slash.hpp │ │ ├── undef_signature_categories │ │ │ ├── calm.hpp │ │ │ ├── cool.hpp │ │ │ ├── dawn.hpp │ │ │ ├── flow.hpp │ │ │ ├── glow.hpp │ │ │ ├── grit.hpp │ │ │ ├── hail.hpp │ │ │ ├── mold.hpp │ │ │ ├── page.hpp │ │ │ ├── rail.hpp │ │ │ ├── road.hpp │ │ │ ├── sail.hpp │ │ │ ├── snow.hpp │ │ │ └── will.hpp │ │ ├── undef_synopsis_templates │ │ │ ├── calm.hpp │ │ │ ├── cool.hpp │ │ │ ├── dawn.hpp │ │ │ ├── flow.hpp │ │ │ ├── glow.hpp │ │ │ ├── grit.hpp │ │ │ ├── hail.hpp │ │ │ ├── mold.hpp │ │ │ ├── page.hpp │ │ │ ├── rail.hpp │ │ │ ├── road.hpp │ │ │ ├── sail.hpp │ │ │ ├── snow.hpp │ │ │ └── will.hpp │ │ ├── undef_uni_templates │ │ │ ├── calm.hpp │ │ │ ├── cool.hpp │ │ │ ├── dawn.hpp │ │ │ ├── flow.hpp │ │ │ ├── glow.hpp │ │ │ ├── grit.hpp │ │ │ ├── hail.hpp │ │ │ ├── mold.hpp │ │ │ ├── page.hpp │ │ │ ├── rail.hpp │ │ │ ├── road.hpp │ │ │ ├── sail.hpp │ │ │ ├── snow.hpp │ │ │ └── will.hpp │ │ ├── undef_utilities │ │ │ ├── peg.hpp │ │ │ ├── prefix.hpp │ │ │ └── vay.hpp │ │ └── undef_variable_templates │ │ │ ├── calm.hpp │ │ │ ├── cool.hpp │ │ │ ├── dawn.hpp │ │ │ ├── flow.hpp │ │ │ ├── glow.hpp │ │ │ ├── grit.hpp │ │ │ ├── hail.hpp │ │ │ ├── mold.hpp │ │ │ ├── page.hpp │ │ │ ├── rail.hpp │ │ │ ├── road.hpp │ │ │ ├── sail.hpp │ │ │ ├── snow.hpp │ │ │ └── will.hpp │ ├── ominuci │ │ ├── classic_modify_types.hpp │ │ ├── classic_modify_types │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── classic_modify_types.hpp │ │ ├── insert_types.hpp │ │ ├── insert_types │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── insert_types.hpp │ │ ├── insert_values.hpp │ │ ├── insert_values │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── insert_values.hpp │ │ ├── is_value_immediate.hpp │ │ ├── modify_types.hpp │ │ ├── modify_types │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── modify_types.hpp │ │ ├── modify_values.hpp │ │ ├── modify_values │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── modify_values.hpp │ │ ├── remove_types.hpp │ │ ├── remove_types │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── remove_types.hpp │ │ ├── remove_values.hpp │ │ └── remove_values │ │ │ ├── ascend │ │ │ ├── base_step.hpp │ │ │ └── recursive_step.hpp │ │ │ └── remove_values.hpp │ ├── pagelis │ │ ├── among.hpp │ │ ├── among │ │ │ ├── among.hpp │ │ │ └── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ ├── classic_trek.hpp │ │ ├── classic_trek │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── ascend │ │ │ │ │ │ └── classic_trek.hpp │ │ │ │ │ └── classic_trek.hpp │ │ │ │ └── classic_trek.hpp │ │ │ └── classic_trek.hpp │ │ ├── classic_trip.hpp │ │ ├── classic_trip │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── ascend │ │ │ │ │ │ └── classic_trip.hpp │ │ │ │ │ └── classic_trip.hpp │ │ │ │ └── classic_trip.hpp │ │ │ └── classic_trip.hpp │ │ ├── fold_left.hpp │ │ ├── fold_left │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── fold_left.hpp │ │ ├── fold_left_first.hpp │ │ ├── fold_left_first │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── fold_left_first.hpp │ │ ├── fold_right.hpp │ │ ├── fold_right │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── fold_right.hpp │ │ ├── fold_right_last.hpp │ │ ├── fold_right_last │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── fold_right_last.hpp │ │ ├── independent_find.hpp │ │ ├── independent_find │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── independent_find.hpp │ │ ├── independent_left_interview.hpp │ │ ├── independent_left_interview │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── independent_left_interview.hpp │ │ ├── independent_right_interview.hpp │ │ ├── independent_right_interview │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── independent_right_interview.hpp │ │ ├── left_inspect.hpp │ │ ├── repack.hpp │ │ ├── repack │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ ├── recursive_step.hpp │ │ │ │ ├── repack_standard_integer_sequences_base_step.hpp │ │ │ │ └── repack_standard_integer_sequences_recursive_step.hpp │ │ │ ├── repack.hpp │ │ │ └── repack_standard_integer_sequences.hpp │ │ ├── right_inspect.hpp │ │ ├── terse_independent_find.hpp │ │ ├── terse_independent_find │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── terse_independent_find.hpp │ │ ├── terse_independent_left_interview.hpp │ │ ├── terse_independent_left_interview │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── terse_independent_left_interview.hpp │ │ ├── terse_independent_right_interview.hpp │ │ ├── terse_independent_right_interview │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── terse_independent_right_interview.hpp │ │ ├── trek.hpp │ │ ├── trek │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── ascend │ │ │ │ │ │ └── trek.hpp │ │ │ │ │ └── trek.hpp │ │ │ │ └── trek.hpp │ │ │ └── trek.hpp │ │ ├── trip.hpp │ │ └── trip │ │ │ ├── ascend │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ └── trip.hpp │ │ │ │ └── trip.hpp │ │ │ └── trip.hpp │ │ │ └── trip.hpp │ ├── raileus │ │ ├── classic_trek.hpp │ │ ├── classic_trek │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── ascend │ │ │ │ │ │ └── classic_trek.hpp │ │ │ │ │ └── classic_trek.hpp │ │ │ │ └── classic_trek.hpp │ │ │ └── classic_trek.hpp │ │ ├── classic_trip.hpp │ │ ├── classic_trip │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── ascend │ │ │ │ │ │ └── classic_trip.hpp │ │ │ │ │ └── classic_trip.hpp │ │ │ │ └── classic_trip.hpp │ │ │ └── classic_trip.hpp │ │ ├── trek.hpp │ │ ├── trek │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── ascend │ │ │ │ │ │ └── trek.hpp │ │ │ │ │ └── trek.hpp │ │ │ │ └── trek.hpp │ │ │ └── trek.hpp │ │ ├── trip.hpp │ │ └── trip │ │ │ ├── ascend │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ └── trip.hpp │ │ │ │ └── trip.hpp │ │ │ └── trip.hpp │ │ │ └── trip.hpp │ ├── roadria │ │ ├── classic_trek.hpp │ │ ├── classic_trek │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── ascend │ │ │ │ │ │ └── classic_trek.hpp │ │ │ │ │ └── classic_trek.hpp │ │ │ │ └── classic_trek.hpp │ │ │ └── classic_trek.hpp │ │ ├── classic_trip.hpp │ │ ├── classic_trip │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── ascend │ │ │ │ │ │ └── classic_trip.hpp │ │ │ │ │ └── classic_trip.hpp │ │ │ │ └── classic_trip.hpp │ │ │ └── classic_trip.hpp │ │ ├── trek.hpp │ │ ├── trek │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── ascend │ │ │ │ │ │ └── trek.hpp │ │ │ │ │ └── trek.hpp │ │ │ │ └── trek.hpp │ │ │ └── trek.hpp │ │ ├── trip.hpp │ │ └── trip │ │ │ ├── ascend │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ └── trip.hpp │ │ │ │ └── trip.hpp │ │ │ └── trip.hpp │ │ │ └── trip.hpp │ ├── sequena │ │ ├── kindred_repack.hpp │ │ ├── kindred_repack │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ ├── kindred_repack_standard_integer_sequences_base_step.hpp │ │ │ │ ├── kindred_repack_standard_integer_sequences_recursive_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ ├── kindred_repack.hpp │ │ │ └── kindred_repack_standard_integer_sequences.hpp │ │ ├── typical_paste.hpp │ │ └── typical_paste │ │ │ ├── ascend │ │ │ ├── base_step.hpp │ │ │ ├── recursive_step.hpp │ │ │ ├── typical_paste_standard_integer_sequences_base_step.hpp │ │ │ └── typical_paste_standard_integer_sequences_recursive_step.hpp │ │ │ ├── typical_paste.hpp │ │ │ └── typical_paste_standard_integer_sequences.hpp │ ├── stockii │ │ ├── kindred_repack.hpp │ │ ├── kindred_repack │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── kindred_repack.hpp │ │ ├── typical_paste.hpp │ │ └── typical_paste │ │ │ ├── ascend │ │ │ ├── base_step.hpp │ │ │ └── recursive_step.hpp │ │ │ └── typical_paste.hpp │ ├── typella │ │ ├── ditch.hpp │ │ ├── enrich.hpp │ │ ├── expunge.hpp │ │ ├── fore.hpp │ │ ├── incise.hpp │ │ ├── kindred_classic_fold_left.hpp │ │ ├── kindred_classic_fold_left │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── base_step.hpp │ │ │ │ │ └── recursive_step.hpp │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── kindred_classic_fold_left.hpp │ │ ├── kindred_classic_fold_left_first.hpp │ │ ├── kindred_classic_fold_left_first │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── base_step.hpp │ │ │ │ │ └── recursive_step.hpp │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── kindred_classic_fold_left_first.hpp │ │ ├── kindred_find.hpp │ │ ├── kindred_find │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── base_step.hpp │ │ │ │ │ └── recursive_step.hpp │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── kindred_find.hpp │ │ ├── kindred_fold_left.hpp │ │ ├── kindred_fold_left │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── base_step.hpp │ │ │ │ │ └── recursive_step.hpp │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── kindred_fold_left.hpp │ │ ├── kindred_fold_left_first.hpp │ │ ├── kindred_fold_left_first │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── base_step.hpp │ │ │ │ │ └── recursive_step.hpp │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── kindred_fold_left_first.hpp │ │ ├── kindred_left_interview.hpp │ │ ├── kindred_left_interview │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── base_step.hpp │ │ │ │ │ └── recursive_step.hpp │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── kindred_left_interview.hpp │ │ ├── kindred_right_interview.hpp │ │ ├── kindred_right_interview │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── base_step.hpp │ │ │ │ │ └── recursive_step.hpp │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── kindred_right_interview.hpp │ │ ├── sensible_left_interview.hpp │ │ ├── sensible_left_interview │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── base_step.hpp │ │ │ │ │ └── recursive_step.hpp │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── sensible_left_interview.hpp │ │ ├── sensible_right_interview.hpp │ │ ├── sensible_right_interview │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── base_step.hpp │ │ │ │ │ └── recursive_step.hpp │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── sensible_right_interview.hpp │ │ ├── shear.hpp │ │ ├── swivel.hpp │ │ ├── typical_among.hpp │ │ ├── typical_among │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── typical_among.hpp │ │ ├── typical_pop.hpp │ │ ├── typical_pop │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── typical_pop.hpp │ │ ├── typical_reiterate.hpp │ │ ├── typical_reiterate │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ └── typical_reiterate.hpp │ │ │ │ └── typical_reiterate.hpp │ │ │ └── typical_reiterate.hpp │ │ ├── typical_turn_over.hpp │ │ ├── typical_turn_over │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── typical_turn_over.hpp │ │ ├── unconformed_left_interview.hpp │ │ └── unconformed_left_interview │ │ │ ├── ascend │ │ │ ├── base_step.hpp │ │ │ └── recursive_step.hpp │ │ │ └── unconformed_left_interview.hpp │ ├── varbola │ │ ├── among.hpp │ │ ├── among │ │ │ ├── among.hpp │ │ │ └── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ ├── arise.hpp │ │ ├── ditch.hpp │ │ ├── enrich.hpp │ │ ├── expunge.hpp │ │ ├── fore.hpp │ │ ├── incise.hpp │ │ ├── kindred_find.hpp │ │ ├── kindred_find │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── base_step.hpp │ │ │ │ │ └── recursive_step.hpp │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── kindred_find.hpp │ │ ├── kindred_fold_left.hpp │ │ ├── kindred_fold_left │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── base_step.hpp │ │ │ │ │ └── recursive_step.hpp │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── kindred_fold_left.hpp │ │ ├── kindred_fold_left_first.hpp │ │ ├── kindred_fold_left_first │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── base_step.hpp │ │ │ │ │ └── recursive_step.hpp │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── kindred_fold_left_first.hpp │ │ ├── kindred_fold_right.hpp │ │ ├── kindred_fold_right │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── base_step.hpp │ │ │ │ │ └── recursive_step.hpp │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── kindred_fold_right.hpp │ │ ├── kindred_left_interview.hpp │ │ ├── kindred_left_interview │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── base_step.hpp │ │ │ │ │ └── recursive_step.hpp │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── kindred_left_interview.hpp │ │ ├── kindred_right_interview.hpp │ │ ├── kindred_right_interview │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── base_step.hpp │ │ │ │ │ └── recursive_step.hpp │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── kindred_right_interview.hpp │ │ ├── sensible_left_interview.hpp │ │ ├── sensible_left_interview │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── base_step.hpp │ │ │ │ │ └── recursive_step.hpp │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── sensible_left_interview.hpp │ │ ├── sensible_right_interview.hpp │ │ ├── sensible_right_interview │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ ├── base_step.hpp │ │ │ │ │ └── recursive_step.hpp │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── sensible_right_interview.hpp │ │ ├── shear.hpp │ │ ├── stare.hpp │ │ ├── swivel.hpp │ │ ├── typical_pop.hpp │ │ ├── typical_pop │ │ │ ├── ascend │ │ │ │ ├── base_step.hpp │ │ │ │ └── recursive_step.hpp │ │ │ └── typical_pop.hpp │ │ ├── typical_reiterate.hpp │ │ ├── typical_reiterate │ │ │ ├── ascend │ │ │ │ ├── ascend │ │ │ │ │ └── typical_reiterate.hpp │ │ │ │ └── typical_reiterate.hpp │ │ │ └── typical_reiterate.hpp │ │ ├── typical_turn_over.hpp │ │ └── typical_turn_over │ │ │ ├── ascend │ │ │ ├── base_step.hpp │ │ │ └── recursive_step.hpp │ │ │ └── typical_turn_over.hpp │ └── waretus │ │ ├── kindred_repack.hpp │ │ ├── kindred_repack │ │ ├── ascend │ │ │ ├── base_step.hpp │ │ │ └── recursive_step.hpp │ │ └── kindred_repack.hpp │ │ ├── typical_paste.hpp │ │ └── typical_paste │ │ ├── ascend │ │ ├── base_step.hpp │ │ └── recursive_step.hpp │ │ └── typical_paste.hpp ├── morning.hpp ├── mouldivore │ ├── agent.hpp │ ├── among.hpp │ ├── bi_cognate_classic_plume.hpp │ ├── bi_cognate_plume.hpp │ ├── bind.hpp │ ├── bind_back.hpp │ ├── bind_front.hpp │ ├── classic_fold_left.hpp │ ├── classic_fold_left_first.hpp │ ├── classic_fold_right.hpp │ ├── classic_fold_right_last.hpp │ ├── classic_recur.hpp │ ├── classic_trek.hpp │ ├── classic_trip.hpp │ ├── cognate_classic_modify.hpp │ ├── cognate_classic_transform.hpp │ ├── cognate_erase.hpp │ ├── cognate_filter.hpp │ ├── cognate_front.hpp │ ├── cognate_harvest.hpp │ ├── cognate_inject.hpp │ ├── cognate_insert.hpp │ ├── cognate_modify.hpp │ ├── cognate_remove.hpp │ ├── cognate_repeat.hpp │ ├── cognate_reverse.hpp │ ├── cognate_rotate.hpp │ ├── cognate_slice.hpp │ ├── cognate_transform.hpp │ ├── conceal.hpp │ ├── concepts │ │ ├── all_confess.hpp │ │ ├── all_deceive.hpp │ │ ├── any_confess.hpp │ │ ├── any_deceive.hpp │ │ ├── confess.hpp │ │ ├── deceive.hpp │ │ ├── fake.hpp │ │ └── real.hpp │ ├── conjunction.hpp │ ├── disjunction.hpp │ ├── find.hpp │ ├── flip.hpp │ ├── fold_left.hpp │ ├── fold_left_first.hpp │ ├── fold_right.hpp │ ├── fold_right_last.hpp │ ├── independent_find.hpp │ ├── independent_left_interview.hpp │ ├── independent_right_interview.hpp │ ├── is_specialization_of.hpp │ ├── left_interview.hpp │ ├── left_review.hpp │ ├── look_for.hpp │ ├── negation.hpp │ ├── recur.hpp │ ├── repack.hpp │ ├── reveal.hpp │ ├── right_interview.hpp │ ├── right_review.hpp │ ├── sieve.hpp │ ├── situational.hpp │ ├── skip.hpp │ ├── trek.hpp │ └── trip.hpp ├── moy.hpp ├── nirvana.hpp ├── omennivore │ ├── among.hpp │ ├── bi_harvest.hpp │ ├── classic_modify_types.hpp │ ├── concepts │ │ ├── all_calmful.hpp │ │ ├── all_coolful.hpp │ │ ├── all_dawnful.hpp │ │ ├── all_flowful.hpp │ │ ├── all_glowful.hpp │ │ ├── all_gritful.hpp │ │ ├── all_hailful.hpp │ │ ├── all_moldful.hpp │ │ ├── all_pageful.hpp │ │ ├── all_peg_nonzero.hpp │ │ ├── all_peg_zero.hpp │ │ ├── all_pegful.hpp │ │ ├── all_railful.hpp │ │ ├── all_roadful.hpp │ │ ├── all_sailful.hpp │ │ ├── all_snowful.hpp │ │ ├── all_typical.hpp │ │ ├── all_unpegful.hpp │ │ ├── all_untypical.hpp │ │ ├── all_unvaluable.hpp │ │ ├── all_valuable.hpp │ │ ├── all_willful.hpp │ │ ├── any_peg_nonzero.hpp │ │ ├── any_peg_zero.hpp │ │ ├── any_pegful.hpp │ │ ├── any_typical.hpp │ │ ├── any_unpegful.hpp │ │ ├── any_untypical.hpp │ │ ├── any_unvaluable.hpp │ │ ├── any_valuable.hpp │ │ ├── calmful.hpp │ │ ├── coolful.hpp │ │ ├── dawnful.hpp │ │ ├── flowful.hpp │ │ ├── glowful.hpp │ │ ├── gritful.hpp │ │ ├── hailful.hpp │ │ ├── moldful.hpp │ │ ├── pageful.hpp │ │ ├── peg_nonzero.hpp │ │ ├── peg_zero.hpp │ │ ├── pegful.hpp │ │ ├── railful.hpp │ │ ├── roadful.hpp │ │ ├── sailful.hpp │ │ ├── snowful.hpp │ │ ├── typical.hpp │ │ ├── uncalmful.hpp │ │ ├── uncoolful.hpp │ │ ├── undawnful.hpp │ │ ├── unflowful.hpp │ │ ├── unglowful.hpp │ │ ├── ungritful.hpp │ │ ├── unhailful.hpp │ │ ├── unmoldful.hpp │ │ ├── unpageful.hpp │ │ ├── unpegful.hpp │ │ ├── unrailful.hpp │ │ ├── unroadful.hpp │ │ ├── unsailful.hpp │ │ ├── unsnowful.hpp │ │ ├── untypical.hpp │ │ ├── unvaluable.hpp │ │ ├── unwillful.hpp │ │ ├── valuable.hpp │ │ └── willful.hpp │ ├── easy_kindred_repack.hpp │ ├── easy_paste.hpp │ ├── extend_back.hpp │ ├── extend_front.hpp │ ├── insert_types.hpp │ ├── insert_values.hpp │ ├── is_calmful.hpp │ ├── is_coolful.hpp │ ├── is_dawnful.hpp │ ├── is_flowful.hpp │ ├── is_glowful.hpp │ ├── is_gritful.hpp │ ├── is_hailful.hpp │ ├── is_moldful.hpp │ ├── is_pageful.hpp │ ├── is_railful.hpp │ ├── is_roadful.hpp │ ├── is_sailful.hpp │ ├── is_snowful.hpp │ ├── is_willful.hpp │ ├── laborious_press.hpp │ ├── modify_types.hpp │ ├── modify_values.hpp │ ├── press.hpp │ ├── remove_types.hpp │ ├── remove_values.hpp │ ├── send.hpp │ ├── total.hpp │ ├── typical_among.hpp │ └── zip.hpp ├── pagelivore │ ├── agent.hpp │ ├── among.hpp │ ├── bi_cognate_gauge.hpp │ ├── bind.hpp │ ├── bind_back.hpp │ ├── bind_front.hpp │ ├── classic_trek.hpp │ ├── classic_trip.hpp │ ├── cognate_erase.hpp │ ├── cognate_filter.hpp │ ├── cognate_front.hpp │ ├── cognate_harvest.hpp │ ├── cognate_inject.hpp │ ├── cognate_insert.hpp │ ├── cognate_modify.hpp │ ├── cognate_observe.hpp │ ├── cognate_remove.hpp │ ├── cognate_repeat.hpp │ ├── cognate_reverse.hpp │ ├── cognate_rise.hpp │ ├── cognate_rotate.hpp │ ├── cognate_segment.hpp │ ├── cognate_slice.hpp │ ├── cognate_transform.hpp │ ├── conceal.hpp │ ├── concepts │ │ ├── all_clarify.hpp │ │ ├── all_confess.hpp │ │ ├── all_deceive.hpp │ │ ├── all_falsify.hpp │ │ ├── any_clarify.hpp │ │ ├── any_confess.hpp │ │ ├── any_deceive.hpp │ │ ├── any_falsify.hpp │ │ ├── clarify.hpp │ │ ├── confess.hpp │ │ ├── deceive.hpp │ │ └── falsify.hpp │ ├── conjunction.hpp │ ├── disjunction.hpp │ ├── find.hpp │ ├── flip.hpp │ ├── fold_left.hpp │ ├── fold_left_first.hpp │ ├── fold_right.hpp │ ├── fold_right_last.hpp │ ├── independent_find.hpp │ ├── independent_left_interview.hpp │ ├── independent_right_interview.hpp │ ├── is_specialization_of.hpp │ ├── left_interview.hpp │ ├── left_review.hpp │ ├── look_for.hpp │ ├── negation.hpp │ ├── repack.hpp │ ├── reveal.hpp │ ├── right_interview.hpp │ ├── right_review.hpp │ ├── sieve.hpp │ ├── situational.hpp │ ├── skip.hpp │ ├── terse_independent_find.hpp │ ├── terse_independent_left_interview.hpp │ ├── terse_independent_right_interview.hpp │ ├── trek.hpp │ └── trip.hpp ├── pay.hpp ├── peg.hpp ├── persist.hpp ├── phantom.hpp ├── prefix.hpp ├── pursuit.hpp ├── raillivore │ ├── agent.hpp │ ├── bind_back.hpp │ ├── bind_front.hpp │ ├── classic_trek.hpp │ ├── classic_trip.hpp │ ├── conceal.hpp │ ├── flip.hpp │ ├── reveal.hpp │ ├── skip.hpp │ ├── trek.hpp │ └── trip.hpp ├── ray.hpp ├── reverie.hpp ├── roadrivore │ ├── agent.hpp │ ├── bind_back.hpp │ ├── bind_front.hpp │ ├── classic_trek.hpp │ ├── classic_trip.hpp │ ├── conceal.hpp │ ├── flip.hpp │ ├── reveal.hpp │ ├── skip.hpp │ ├── trek.hpp │ └── trip.hpp ├── roy.hpp ├── say.hpp ├── sequnivore │ ├── kindred_repack.hpp │ └── paste.hpp ├── shuttle.hpp ├── sny.hpp ├── stockivore │ ├── kindred_repack.hpp │ └── paste.hpp ├── sunrise.hpp ├── travail.hpp ├── typelivore │ ├── amid.hpp │ ├── amidst.hpp │ ├── among.hpp │ ├── any_conditional.hpp │ ├── are_distinct.hpp │ ├── are_overlapping.hpp │ ├── are_unique.hpp │ ├── classic_plume.hpp │ ├── concepts │ │ ├── all_clarify.hpp │ │ ├── all_confess.hpp │ │ ├── all_deceive.hpp │ │ ├── all_falsify.hpp │ │ ├── all_negative_one.hpp │ │ ├── all_nonzero.hpp │ │ ├── all_not_negative_one.hpp │ │ ├── all_zero.hpp │ │ ├── any_clarify.hpp │ │ ├── any_confess.hpp │ │ ├── any_deceive.hpp │ │ ├── any_falsify.hpp │ │ ├── any_negative_one.hpp │ │ ├── any_nonzero.hpp │ │ ├── any_not_negative_one.hpp │ │ ├── any_zero.hpp │ │ ├── bounded_by_closed_interval.hpp │ │ ├── bounded_by_left_closed_right_open_interval.hpp │ │ ├── bounded_by_left_open_right_closed_interval.hpp │ │ ├── bounded_by_open_interval.hpp │ │ ├── clarify.hpp │ │ ├── confess.hpp │ │ ├── deceive.hpp │ │ ├── different_from.hpp │ │ ├── equal_to.hpp │ │ ├── falsify.hpp │ │ ├── greater_than.hpp │ │ ├── less_than.hpp │ │ ├── negative_one.hpp │ │ ├── no_greater_than.hpp │ │ ├── no_less_than.hpp │ │ ├── nonzero.hpp │ │ ├── not_negative_one.hpp │ │ ├── unequal_to.hpp │ │ └── zero.hpp │ ├── conditional.hpp │ ├── conjure_set.hpp │ ├── contains.hpp │ ├── diversity.hpp │ ├── duplicate.hpp │ ├── erase.hpp │ ├── front.hpp │ ├── gauge.hpp │ ├── has.hpp │ ├── inject.hpp │ ├── is_different.hpp │ ├── is_different_from.hpp │ ├── is_same.hpp │ ├── is_same_as.hpp │ ├── kindred_classic_fold_left.hpp │ ├── kindred_classic_fold_left_first.hpp │ ├── kindred_find.hpp │ ├── kindred_fold_left.hpp │ ├── kindred_fold_left_first.hpp │ ├── kindred_left_interview.hpp │ ├── kindred_look_for.hpp │ ├── kindred_right_interview.hpp │ ├── make_set.hpp │ ├── plume.hpp │ ├── pop.hpp │ ├── reconformed_kindred_left_interview.hpp │ ├── reiterate.hpp │ ├── rotate.hpp │ ├── sensible_classic_plume.hpp │ ├── sensible_gauge.hpp │ ├── sensible_left_interview.hpp │ ├── sensible_plume.hpp │ ├── sensible_right_interview.hpp │ ├── set_contains.hpp │ ├── slice.hpp │ ├── turn_over.hpp │ └── upend.hpp ├── varybivore │ ├── add.hpp │ ├── add_to.hpp │ ├── all.hpp │ ├── amid.hpp │ ├── amidst.hpp │ ├── among.hpp │ ├── any.hpp │ ├── any_conditional.hpp │ ├── are_bounded_by_closed_interval.hpp │ ├── are_bounded_by_left_closed_right_open_interval.hpp │ ├── are_bounded_by_left_open_right_closed_interval.hpp │ ├── are_bounded_by_open_interval.hpp │ ├── are_distinct.hpp │ ├── are_equal_to.hpp │ ├── are_greater_than.hpp │ ├── are_less_than.hpp │ ├── are_no_greater_than.hpp │ ├── are_no_less_than.hpp │ ├── are_overlapping.hpp │ ├── are_unequal_to.hpp │ ├── are_unique.hpp │ ├── classic_plume.hpp │ ├── concepts │ │ ├── all_clarify.hpp │ │ ├── all_confess.hpp │ │ ├── all_deceive.hpp │ │ ├── all_falsify.hpp │ │ ├── all_negative_one.hpp │ │ ├── all_nonzero.hpp │ │ ├── all_not_negative_one.hpp │ │ ├── all_zero.hpp │ │ ├── any_clarify.hpp │ │ ├── any_confess.hpp │ │ ├── any_deceive.hpp │ │ ├── any_falsify.hpp │ │ ├── any_negative_one.hpp │ │ ├── any_nonzero.hpp │ │ ├── any_not_negative_one.hpp │ │ ├── any_zero.hpp │ │ ├── bounded_by_closed_interval.hpp │ │ ├── bounded_by_left_closed_right_open_interval.hpp │ │ ├── bounded_by_left_open_right_closed_interval.hpp │ │ ├── bounded_by_open_interval.hpp │ │ ├── clarify.hpp │ │ ├── confess.hpp │ │ ├── deceive.hpp │ │ ├── different_from.hpp │ │ ├── equal_to.hpp │ │ ├── falsify.hpp │ │ ├── greater_than.hpp │ │ ├── less_than.hpp │ │ ├── negative_one.hpp │ │ ├── no_greater_than.hpp │ │ ├── no_less_than.hpp │ │ ├── nonzero.hpp │ │ ├── not_negative_one.hpp │ │ ├── same_as.hpp │ │ ├── unequal_to.hpp │ │ └── zero.hpp │ ├── conditional.hpp │ ├── contains.hpp │ ├── diversity.hpp │ ├── duplicate.hpp │ ├── erase.hpp │ ├── front.hpp │ ├── gauge.hpp │ ├── inject.hpp │ ├── is_different.hpp │ ├── is_different_from.hpp │ ├── is_equal.hpp │ ├── is_greater.hpp │ ├── is_less.hpp │ ├── is_no_greater.hpp │ ├── is_no_less.hpp │ ├── is_same.hpp │ ├── is_same_as.hpp │ ├── is_unequal.hpp │ ├── kindred_find.hpp │ ├── kindred_fold_left.hpp │ ├── kindred_fold_left_first.hpp │ ├── kindred_fold_right.hpp │ ├── kindred_left_interview.hpp │ ├── kindred_look_for.hpp │ ├── kindred_right_interview.hpp │ ├── make_set.hpp │ ├── maximum.hpp │ ├── minimum.hpp │ ├── negative.hpp │ ├── observe.hpp │ ├── plume.hpp │ ├── pop.hpp │ ├── positive.hpp │ ├── reiterate.hpp │ ├── rise.hpp │ ├── rotate.hpp │ ├── sensible_classic_plume.hpp │ ├── sensible_gauge.hpp │ ├── sensible_left_interview.hpp │ ├── sensible_plume.hpp │ ├── sensible_right_interview.hpp │ ├── set_contains.hpp │ ├── slice.hpp │ ├── subtract.hpp │ ├── subtract_from.hpp │ ├── turn_over.hpp │ └── upend.hpp ├── vay.hpp ├── vehicle.hpp ├── warehivore │ ├── kindred_repack.hpp │ └── paste.hpp └── wiy.hpp ├── docs ├── code │ ├── facilities │ │ ├── concepts │ │ │ ├── functivore │ │ │ │ ├── invoke_result_in │ │ │ │ │ └── implementation.hpp │ │ │ │ └── invoke_return_as │ │ │ │ │ └── implementation.hpp │ │ │ ├── mouldivore │ │ │ │ ├── all_confess │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── all_deceive │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── any_confess │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── any_deceive │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── confess │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── deceive │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── fake │ │ │ │ │ └── implementation.hpp │ │ │ │ └── real │ │ │ │ │ └── implementation.hpp │ │ │ ├── pagelivore │ │ │ │ ├── all_clarify │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── all_confess │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── all_deceive │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── all_falsify │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── any_clarify │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── any_confess │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── any_deceive │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── any_falsify │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── clarify │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── confess │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── deceive │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ └── falsify │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ ├── typelivore │ │ │ │ ├── all_clarify │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── all_confess │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── all_deceive │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── all_falsify │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── any_clarify │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── any_confess │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── any_deceive │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── any_falsify │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── clarify │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── confess │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── deceive │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ └── falsify │ │ │ │ │ ├── examples.hpp │ │ │ │ │ └── implementation.hpp │ │ │ └── varybivore │ │ │ │ ├── all_clarify │ │ │ │ ├── examples.hpp │ │ │ │ └── implementation.hpp │ │ │ │ ├── all_confess │ │ │ │ ├── examples.hpp │ │ │ │ └── implementation.hpp │ │ │ │ ├── all_deceive │ │ │ │ ├── examples.hpp │ │ │ │ └── implementation.hpp │ │ │ │ ├── all_falsify │ │ │ │ ├── examples.hpp │ │ │ │ └── implementation.hpp │ │ │ │ ├── any_clarify │ │ │ │ ├── examples.hpp │ │ │ │ └── implementation.hpp │ │ │ │ ├── any_confess │ │ │ │ ├── examples.hpp │ │ │ │ └── implementation.hpp │ │ │ │ ├── any_deceive │ │ │ │ ├── examples.hpp │ │ │ │ └── implementation.hpp │ │ │ │ ├── any_falsify │ │ │ │ ├── examples.hpp │ │ │ │ └── implementation.hpp │ │ │ │ ├── clarify │ │ │ │ ├── examples.hpp │ │ │ │ └── implementation.hpp │ │ │ │ ├── confess │ │ │ │ ├── examples.hpp │ │ │ │ └── implementation.hpp │ │ │ │ ├── deceive │ │ │ │ ├── examples.hpp │ │ │ │ └── implementation.hpp │ │ │ │ └── falsify │ │ │ │ ├── examples.hpp │ │ │ │ └── implementation.hpp │ │ ├── metafunctions │ │ │ ├── cotanivore │ │ │ │ ├── kindred_repack │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── paste │ │ │ │ │ └── implementation.hpp │ │ │ │ └── typical_paste │ │ │ │ │ └── implementation.hpp │ │ │ ├── functivore │ │ │ │ ├── analyzer │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── apply_return_type │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── are_same_type_signature_as │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── are_same_variadic_type_signature_as │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── get_invoke_return_type │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── get_parameter_types │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── get_return_type │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── get_type_signature │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── get_variadic_type_signature │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_const │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_function_pointer │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_lvalue_reference │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_noexcept │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_nonoverloaded_function_object │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_rvalue_reference │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_variadic │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_volatile │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── typical_get_return_type │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── typical_get_type_signature │ │ │ │ │ └── implementation.hpp │ │ │ │ └── typical_get_variadic_type_signature │ │ │ │ │ └── implementation.hpp │ │ │ ├── mouldivore │ │ │ │ ├── agent │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── among │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── bi_cognate_classic_plume │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── bi_cognate_plume │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── bind │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── bind_back │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── bind_front │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── classic_fold_left │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── classic_fold_left_first │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── classic_fold_right │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── classic_fold_right_last │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── classic_recur │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── classic_trek │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── classic_trip │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_classic_modify │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_classic_transform │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_erase │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_filter │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_front │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_harvest │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_inject │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_insert │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_modify │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_remove │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_repeat │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_reverse │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_rotate │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_slice │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_transformation │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── conceal │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── conjunction │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── disjunction │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── find │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── flip │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── fold_left │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── fold_left_first │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── fold_right │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── fold_right_last │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── independent_find │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── independent_left_interview │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── independent_right_interview │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_specialization_of │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── left_interview │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── left_review │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── look_for │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── negation │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── recur │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── repack │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── reveal │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── right_review │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── sieve │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── situational │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── skip │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── trek │ │ │ │ │ └── implementation.hpp │ │ │ │ └── trip │ │ │ │ │ └── implementation.hpp │ │ │ ├── omennivore │ │ │ │ ├── among │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── bi_harvest │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── classic_modify_types │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── easy_kindred_repack │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── easy_paste │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── easy_typical_paste │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── extend_back │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── extend_front │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── insert_types │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── insert_values │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_calmful │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_coolful │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_dawnful │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_flowful │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_glowful │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_gritful │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_hailful │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_moldful │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_pageful │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_railful │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_roadful │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_sailful │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_snowful │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_willful │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── laborious_press │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── modify_types │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── modify_values │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── press │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── remove_types │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── remove_values │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── send │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── total │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── typical_among │ │ │ │ │ └── implementation.hpp │ │ │ │ └── zip │ │ │ │ │ └── implementation.hpp │ │ │ ├── pagelivore │ │ │ │ ├── agent │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── among │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── bi_cognate_gauge │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── bind │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── bind_back │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── bind_front │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── classic_trek │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── classic_trip │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_erase │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_filter │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_front │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_harvest │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_inject │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_insert │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_modify │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_observe │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_remove │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_repeat │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_reverse │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_rise │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_rotate │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_segment │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_slice │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── cognate_transform │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── conceal │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── conjunction │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── disjunction │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── find │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── flip │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── fold_left │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── fold_left_first │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── fold_right │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── fold_right_last │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── independent_find │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── independent_left_interview │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_specialization_of │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── left_interview │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── left_review │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── look_for │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── negation │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── repack │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── reveal │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── right_interview │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── right_review │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── sieve │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── situational │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── skip │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── terse_independent_find │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── terse_independent_left_interview │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── terse_independent_right_interview │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── trek │ │ │ │ │ └── implementation.hpp │ │ │ │ └── trip │ │ │ │ │ └── implementation.hpp │ │ │ ├── raillivore │ │ │ │ ├── agent │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── bind_back │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── bind_front │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── classic_trek │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── classic_trip │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── conceal │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── flip │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── reveal │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── trek │ │ │ │ │ └── implementation.hpp │ │ │ │ └── trip │ │ │ │ │ └── implementation.hpp │ │ │ ├── roadrivore │ │ │ │ ├── agent │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── bind_back │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── bind_front │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── classic_trek │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── classic_trip │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── conceal │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── flip │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── reveal │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── skip │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── trek │ │ │ │ │ └── implementation.hpp │ │ │ │ └── trip │ │ │ │ │ └── implementation.hpp │ │ │ ├── sequnivore │ │ │ │ ├── kindred_repack │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── paste │ │ │ │ │ └── implementation.hpp │ │ │ │ └── typical_paste │ │ │ │ │ └── implementation.hpp │ │ │ ├── stockivore │ │ │ │ ├── kindred_repack │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── paste │ │ │ │ │ └── implementation.hpp │ │ │ │ └── typical_paste │ │ │ │ │ └── implementation.hpp │ │ │ ├── typelivore │ │ │ │ ├── amid │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── amidst │ │ │ │ │ ├── implementation.hpp │ │ │ │ │ └── implementation.point_to_void.hpp │ │ │ │ ├── among │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── any_conditional │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── are_distinct │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── are_overlapping │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── are_unique │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── classic_plume │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── conditional │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── conjure_set │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── contains │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── diversity │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── duplicate │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── erase │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── front │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── gauge │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── has │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── inject │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_different │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_different_from │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_same │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_same_as │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── kindred_classic_fold_left │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── kindred_classic_fold_left_first │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── kindred_find │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── kindred_fold_left │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── kindred_fold_left_first │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── kindred_left_interview │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── kindred_look_for │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── kindred_right_interview │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── make_set │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── plume │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── pop │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── reconformed_kindred_left_interview │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── reiterate │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── rotate │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── sensible_classic_plume │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── sensible_gauge │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── sensible_left_interview │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── sensible_plume │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── sensible_right_interview │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── set_contains │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── slice │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── turn_over │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── typical_among │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── typical_conjure_set │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── typical_diversity │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── typical_pop │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── typical_reiterate │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── typical_turn_over │ │ │ │ │ └── implementation.hpp │ │ │ │ └── upend │ │ │ │ │ └── implementation.hpp │ │ │ ├── varybivore │ │ │ │ ├── add │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── add_to │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── all │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── amid │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── amidst │ │ │ │ │ ├── implementation.hpp │ │ │ │ │ └── implementation.point_to_void.hpp │ │ │ │ ├── among │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── any │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── any_conditional │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── are_bounded_by_closed_interval │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── are_bounded_by_left_closed_right_open_interval │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── are_bounded_by_left_open_right_closed_interval │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── are_bounded_by_open_interval │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── are_distinct │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── are_equal_to │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── are_greater_than │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── are_less_than │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── are_no_greater_than │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── are_no_less_than │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── are_overlapping │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── are_unequal_to │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── are_unique │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── classic_plume │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── conditional │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── contains │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── diversity │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── duplicate │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── erase │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── front │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── gauge │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── inject │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_different │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_different_from │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_equal │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_greater │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_less │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_no_greater │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_no_less │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_same │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_same_as │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── is_unequal │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── kindred_find │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── kindred_fold_left │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── kindred_fold_left_first │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── kindred_fold_right │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── kindred_left_interview │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── kindred_look_for │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── kindred_right_interview │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── make_set │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── maximum │ │ │ │ │ ├── implementation.ctad.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── minimum │ │ │ │ │ ├── implementation.ctad.hpp │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── negative │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── observe │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── plume │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── pop │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── positive │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── reiterate │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── rise │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── rotate │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── sensible_classic_plume │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── sensible_gauge │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── sensible_left_interview │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── sensible_plume │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── sensible_right_interview │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── set_contains │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── slice │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── solitary_is_different │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── solitary_is_same │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── subtract │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── subtract_from │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── turn_over │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── typical_diversity │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── typical_pop │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── typical_reiterate │ │ │ │ │ └── implementation.hpp │ │ │ │ ├── typical_turn_over │ │ │ │ │ └── implementation.hpp │ │ │ │ └── upend │ │ │ │ │ └── implementation.hpp │ │ │ └── warehivore │ │ │ │ ├── kindred_repack │ │ │ │ └── implementation.hpp │ │ │ │ ├── paste │ │ │ │ └── implementation.hpp │ │ │ │ └── typical_paste │ │ │ │ └── implementation.hpp │ │ └── utilities │ │ │ ├── arcadia │ │ │ └── implementation.hpp │ │ │ ├── capsule │ │ │ └── implementation.hpp │ │ │ ├── carrier │ │ │ └── implementation.hpp │ │ │ ├── cay │ │ │ └── implementation.hpp │ │ │ ├── coy │ │ │ └── implementation.hpp │ │ │ ├── day │ │ │ └── implementation.hpp │ │ │ ├── fly │ │ │ └── implementation.hpp │ │ │ ├── forlorn │ │ │ └── implementation.hpp │ │ │ ├── gly │ │ │ └── implementation.hpp │ │ │ ├── gry │ │ │ └── implementation.hpp │ │ │ ├── halcyon │ │ │ └── implementation.hpp │ │ │ ├── hay │ │ │ └── implementation.hpp │ │ │ ├── label │ │ │ └── implementation.hpp │ │ │ ├── lullaby │ │ │ └── implementation.hpp │ │ │ ├── morning │ │ │ └── implementation.hpp │ │ │ ├── moy │ │ │ └── implementation.hpp │ │ │ ├── nairvana │ │ │ └── implementation.hpp │ │ │ ├── pay │ │ │ └── implementation.hpp │ │ │ ├── persist │ │ │ └── implementation.hpp │ │ │ ├── phantom │ │ │ └── implementation.hpp │ │ │ ├── prefix │ │ │ └── implementation.hpp │ │ │ ├── pursuit │ │ │ └── implementation.hpp │ │ │ ├── ray │ │ │ └── implementation.hpp │ │ │ ├── reverie │ │ │ └── implementation.hpp │ │ │ ├── roy │ │ │ └── implementation.hpp │ │ │ ├── say │ │ │ └── implementation.hpp │ │ │ ├── shuttle │ │ │ └── implementation.hpp │ │ │ ├── sny │ │ │ └── implementation.hpp │ │ │ ├── sunrise │ │ │ └── implementation.hpp │ │ │ ├── travail │ │ │ └── implementation.hpp │ │ │ ├── vay │ │ │ └── implementation.hpp │ │ │ ├── vehicle │ │ │ └── implementation.hpp │ │ │ └── wiy │ │ │ └── implementation.hpp │ └── introduction │ │ ├── functional_nature │ │ ├── separators.hs │ │ ├── type_signature.hpp │ │ ├── type_signature.hs │ │ ├── types.hpp │ │ └── types.hs │ │ ├── hello_world │ │ ├── composition.hpp │ │ ├── convention.hpp │ │ ├── prologue.bind.hpp │ │ ├── prologue.bind_alt.hpp │ │ ├── prologue.bind_another.hpp │ │ ├── prologue.bind_opt.hpp │ │ ├── prologue.mp_bind_front.hpp │ │ └── prologue.mp_bind_front.mp_fold_q.hpp │ │ └── read_me │ │ ├── example.hpp │ │ └── prologue.hpp ├── facilities │ ├── concepts.md │ ├── concepts │ │ ├── functivore │ │ │ ├── all_const_qualified.doc.md │ │ │ ├── all_function_pointer.doc.md │ │ │ ├── all_lvalue_reference_qualified.doc.md │ │ │ ├── all_member_function_pointer.doc.md │ │ │ ├── all_nonexcept_specified.doc.md │ │ │ ├── all_nonoverloaded_function_object.doc.md │ │ │ ├── all_not_const_qualified.doc.md │ │ │ ├── all_not_function_pointer.doc.md │ │ │ ├── all_not_lvalue_reference_qualified.doc.md │ │ │ ├── all_not_member_function_pointer.doc.md │ │ │ ├── all_not_noexcept_specified.doc.md │ │ │ ├── all_not_nonoverloaded_function_object.doc.md │ │ │ ├── all_not_rvalue_reference_qualified.doc.md │ │ │ ├── all_not_variadic.doc.md │ │ │ ├── all_not_volatile_qualified.doc.md │ │ │ ├── all_rvalue_reference_qualified.doc.md │ │ │ ├── all_same_type_signature.doc.md │ │ │ ├── all_same_variadic_type_signature.doc.md │ │ │ ├── all_variadic.doc.md │ │ │ ├── all_volatile_qualified.doc.md │ │ │ ├── const_qualified.doc.md │ │ │ ├── function_pointer_probe.doc.md │ │ │ ├── invoke_result_in.doc.md │ │ │ ├── invoke_return_as.doc.md │ │ │ ├── lvalue_reference_qualified.doc.md │ │ │ ├── member_function_pointer_probe.doc.md │ │ │ ├── noexcept_specified.doc.md │ │ │ ├── nonoverloaded_function_object_probe.doc.md │ │ │ ├── not_const_qualified.doc.md │ │ │ ├── not_function_pointer.doc.md │ │ │ ├── not_lvalue_reference_qualified.doc.md │ │ │ ├── not_member_function_pointer.doc.md │ │ │ ├── not_noexcept_specified.doc.md │ │ │ ├── not_nonoverloaded_function_object.doc.md │ │ │ ├── not_rvalue_reference_qualified.doc.md │ │ │ ├── not_variadic.doc.md │ │ │ ├── not_volatile_qualified.doc.md │ │ │ ├── result_in.doc.md │ │ │ ├── rvalue_reference_qualified.doc.md │ │ │ ├── same_type_signature_as.doc.md │ │ │ ├── same_variadic_type_signature_as.doc.md │ │ │ ├── variadic.doc.md │ │ │ └── volatile_qualified.doc.md │ │ ├── mouldivore │ │ │ ├── all_confess.doc.md │ │ │ ├── all_deceive.doc.md │ │ │ ├── any_confess.doc.md │ │ │ ├── any_deceive.doc.md │ │ │ ├── confess.doc.md │ │ │ ├── deceive.doc.md │ │ │ ├── fake.doc.md │ │ │ └── real.doc.md │ │ ├── omennivore │ │ │ ├── all_calmful.doc.md │ │ │ ├── all_coolful.doc.md │ │ │ ├── all_dawnful.doc.md │ │ │ ├── all_flowful.doc.md │ │ │ ├── all_glowful.doc.md │ │ │ ├── all_gritful.doc.md │ │ │ ├── all_hailful.doc.md │ │ │ ├── all_moldful.doc.md │ │ │ ├── all_pageful.doc.md │ │ │ ├── all_peg_nonzero.doc.md │ │ │ ├── all_peg_zero.doc.md │ │ │ ├── all_pegful.doc.md │ │ │ ├── all_railful.doc.md │ │ │ ├── all_roadful.doc.md │ │ │ ├── all_sailful.doc.md │ │ │ ├── all_snowful.doc.md │ │ │ ├── all_typical.doc.md │ │ │ ├── all_unpegful.doc.md │ │ │ ├── all_untypical.doc.md │ │ │ ├── all_unvaluable.doc.md │ │ │ ├── all_valuable.doc.md │ │ │ ├── all_willful.doc.md │ │ │ ├── any_peg_nonzero.doc.md │ │ │ ├── any_peg_zero.doc.md │ │ │ ├── any_pegful.doc.md │ │ │ ├── any_typical.doc.md │ │ │ ├── any_unpegful.doc.md │ │ │ ├── any_untypical.doc.md │ │ │ ├── any_unvaluable.doc.md │ │ │ ├── any_valuable.doc.md │ │ │ ├── calmful.doc.md │ │ │ ├── coolful.doc.md │ │ │ ├── dawnful.doc.md │ │ │ ├── flowful.doc.md │ │ │ ├── glowful.doc.md │ │ │ ├── gritful.doc.md │ │ │ ├── hailful.doc.md │ │ │ ├── moldful.doc.md │ │ │ ├── pageful.doc.md │ │ │ ├── peg_nonzero.doc.md │ │ │ ├── peg_zero.doc.md │ │ │ ├── pegful.doc.md │ │ │ ├── railful.doc.md │ │ │ ├── roadful.doc.md │ │ │ ├── sailful.doc.md │ │ │ ├── snowful.doc.md │ │ │ ├── typical.doc.md │ │ │ ├── uncalmful.doc.md │ │ │ ├── uncoolful.doc.md │ │ │ ├── undawnful.doc.md │ │ │ ├── unflowful.doc.md │ │ │ ├── unglowful.doc.md │ │ │ ├── ungritful.doc.md │ │ │ ├── unhailful.doc.md │ │ │ ├── unmoldful.doc.md │ │ │ ├── unpageful.doc.md │ │ │ ├── unpegful.doc.md │ │ │ ├── unrailful.doc.md │ │ │ ├── unroadful.doc.md │ │ │ ├── unsailful.doc.md │ │ │ ├── unsnowful.doc.md │ │ │ ├── untypical.doc.md │ │ │ ├── unvaluable.doc.md │ │ │ ├── unwillful.doc.md │ │ │ ├── valuable.doc.md │ │ │ └── willful.doc.md │ │ ├── pagelivore │ │ │ ├── all_clarify.doc.md │ │ │ ├── all_confess.doc.md │ │ │ ├── all_deceive.doc.md │ │ │ ├── all_falsify.doc.md │ │ │ ├── any_clarify.doc.md │ │ │ ├── any_confess.doc.md │ │ │ ├── any_deceive.doc.md │ │ │ ├── any_falsify.doc.md │ │ │ ├── clarify.doc.md │ │ │ ├── confess.doc.md │ │ │ ├── deceive.doc.md │ │ │ └── falsify.doc.md │ │ ├── typelivore │ │ │ ├── all_clarify.doc.md │ │ │ ├── all_confess.doc.md │ │ │ ├── all_deceive.doc.md │ │ │ ├── all_falsify.doc.md │ │ │ ├── all_negative_one.doc.md │ │ │ ├── all_nonzero.doc.md │ │ │ ├── all_not_negative_one.doc.md │ │ │ ├── all_zero.doc.md │ │ │ ├── any_clarify.doc.md │ │ │ ├── any_confess.doc.md │ │ │ ├── any_deceive.doc.md │ │ │ ├── any_falsify.doc.md │ │ │ ├── any_negative_one.doc.md │ │ │ ├── any_nonzero.doc.md │ │ │ ├── any_not_negative_one.doc.md │ │ │ ├── any_zero.doc.md │ │ │ ├── bounded_by_closed_interval.doc.md │ │ │ ├── bounded_by_left_closed_right_open_interval.doc.md │ │ │ ├── bounded_by_left_open_right_closed_interval.doc.md │ │ │ ├── bounded_by_open_interval.doc.md │ │ │ ├── clarify.doc.md │ │ │ ├── confess.doc.md │ │ │ ├── deceive.doc.md │ │ │ ├── different_from.doc.md │ │ │ ├── equal_to.doc.md │ │ │ ├── falsify.doc.md │ │ │ ├── greater_than.doc.md │ │ │ ├── less_than.doc.md │ │ │ ├── negative_one.doc.md │ │ │ ├── no_greater_than.doc.md │ │ │ ├── no_less_than.doc.md │ │ │ ├── nonzero.doc.md │ │ │ ├── not_negative_one.doc.md │ │ │ ├── unequal_to.doc.md │ │ │ └── zero.doc.md │ │ └── varybivore │ │ │ ├── all_clarify.doc.md │ │ │ ├── all_confess.doc.md │ │ │ ├── all_deceive.doc.md │ │ │ ├── all_falsify.doc.md │ │ │ ├── all_negative_one.doc.md │ │ │ ├── all_nonzero.doc.md │ │ │ ├── all_not_negative_one.doc.md │ │ │ ├── all_zero.doc.md │ │ │ ├── any_clarify.doc.md │ │ │ ├── any_confess.doc.md │ │ │ ├── any_deceive.doc.md │ │ │ ├── any_falsify.doc.md │ │ │ ├── any_negative_one.doc.md │ │ │ ├── any_nonzero.doc.md │ │ │ ├── any_not_negative_one.doc.md │ │ │ ├── any_zero.doc.md │ │ │ ├── bounded_by_closed_interval.doc.md │ │ │ ├── bounded_by_left_closed_right_open_interval.doc.md │ │ │ ├── bounded_by_left_open_right_closed_interval.doc.md │ │ │ ├── bounded_by_open_interval.doc.md │ │ │ ├── clarify.doc.md │ │ │ ├── confess.doc.md │ │ │ ├── deceive.doc.md │ │ │ ├── different_from.doc.md │ │ │ ├── equal_to.doc.md │ │ │ ├── falsify.doc.md │ │ │ ├── greater_than.doc.md │ │ │ ├── less_than.doc.md │ │ │ ├── negative_one.doc.md │ │ │ ├── no_greater_than.doc.md │ │ │ ├── no_less_than.doc.md │ │ │ ├── nonzero.doc.md │ │ │ ├── not_negative_one.doc.md │ │ │ ├── same_as.doc.md │ │ │ ├── unequal_to.doc.md │ │ │ └── zero.doc.md │ ├── metafunctions.md │ ├── metafunctions │ │ ├── cotanivore │ │ │ ├── kindred_repack.doc.md │ │ │ ├── paste.doc.md │ │ │ └── typical_paste.doc.md │ │ ├── functivore │ │ │ ├── analyzer.doc.md │ │ │ ├── apply_return_type.doc.md │ │ │ ├── are_same_type_signature_as.doc.md │ │ │ ├── are_same_variadic_type_signature_as.doc.md │ │ │ ├── get_invoke_return_type.doc.md │ │ │ ├── get_parameter_types.doc.md │ │ │ ├── get_return_type.doc.md │ │ │ ├── get_type_signature.doc.md │ │ │ ├── get_variadic_type_signature.doc.md │ │ │ ├── is_const.doc.md │ │ │ ├── is_function_pointer.doc.md │ │ │ ├── is_lvalue_reference.doc.md │ │ │ ├── is_noexcept.doc.md │ │ │ ├── is_nonoverloaded_function_object.doc.md │ │ │ ├── is_rvalue_reference.doc.md │ │ │ ├── is_variadic.doc.md │ │ │ ├── is_volatile.doc.md │ │ │ ├── typical_get_return_type.doc.md │ │ │ ├── typical_get_type_signature.doc.md │ │ │ └── typical_get_variadic_type_signature.doc.md │ │ ├── mouldivore │ │ │ ├── agent.doc.md │ │ │ ├── among.doc.md │ │ │ ├── bi_cognate_classic_plume.doc.md │ │ │ ├── bi_cognate_plume.doc.md │ │ │ ├── bind.doc.md │ │ │ ├── bind_back.doc.md │ │ │ ├── bind_front.doc.md │ │ │ ├── classic_fold_left.doc.md │ │ │ ├── classic_fold_left_first.doc.md │ │ │ ├── classic_fold_right.doc.md │ │ │ ├── classic_fold_right_last.doc.md │ │ │ ├── classic_recur.doc.md │ │ │ ├── classic_trek.doc.md │ │ │ ├── classic_trip.doc.md │ │ │ ├── cognate_classic_modify.doc.md │ │ │ ├── cognate_classic_transform.doc.md │ │ │ ├── cognate_erase.doc.md │ │ │ ├── cognate_filter.doc.md │ │ │ ├── cognate_front.doc.md │ │ │ ├── cognate_harvest.doc.md │ │ │ ├── cognate_inject.doc.md │ │ │ ├── cognate_insert.doc.md │ │ │ ├── cognate_modify.doc.md │ │ │ ├── cognate_remove.doc.md │ │ │ ├── cognate_repeat.doc.md │ │ │ ├── cognate_reverse.doc.md │ │ │ ├── cognate_rotate.doc.md │ │ │ ├── cognate_slice.doc.md │ │ │ ├── cognate_transform.doc.md │ │ │ ├── conceal.doc.md │ │ │ ├── conjunction.doc.md │ │ │ ├── disjunction.doc.md │ │ │ ├── find.doc.md │ │ │ ├── flip.doc.md │ │ │ ├── fold_left.doc.md │ │ │ ├── fold_left_first.doc.md │ │ │ ├── fold_right.doc.md │ │ │ ├── fold_right_last.doc.md │ │ │ ├── independent_find.doc.md │ │ │ ├── independent_left_interview.doc.md │ │ │ ├── independent_right_interview.doc.md │ │ │ ├── is_specialization_of.doc.md │ │ │ ├── left_interview.doc.md │ │ │ ├── left_review.doc.md │ │ │ ├── look_for.doc.md │ │ │ ├── negation.doc.md │ │ │ ├── recur.doc.md │ │ │ ├── repack.doc.md │ │ │ ├── reveal.doc.md │ │ │ ├── right_interview.doc.md │ │ │ ├── right_review.doc.md │ │ │ ├── sieve.doc.md │ │ │ ├── situational.doc.md │ │ │ ├── skip.doc.md │ │ │ ├── trek.doc.md │ │ │ └── trip.doc.md │ │ ├── omennivore │ │ │ ├── among.doc.md │ │ │ ├── bi_harvest.doc.md │ │ │ ├── classic_modify_types.doc.md │ │ │ ├── easy_kindred_repack.doc.md │ │ │ ├── easy_paste.doc.md │ │ │ ├── easy_typical_paste.doc.md │ │ │ ├── extend_back.doc.md │ │ │ ├── extend_front.doc.md │ │ │ ├── insert_types.doc.md │ │ │ ├── insert_values.doc.md │ │ │ ├── is_calmful.doc.md │ │ │ ├── is_coolful.doc.md │ │ │ ├── is_dawnful.doc.md │ │ │ ├── is_flowful.doc.md │ │ │ ├── is_glowful.doc.md │ │ │ ├── is_gritful.doc.md │ │ │ ├── is_hailful.doc.md │ │ │ ├── is_moldful.doc.md │ │ │ ├── is_pageful.doc.md │ │ │ ├── is_railful.doc.md │ │ │ ├── is_roadful.doc.md │ │ │ ├── is_sailful.doc.md │ │ │ ├── is_snowful.doc.md │ │ │ ├── is_willful.doc.md │ │ │ ├── laborious_press.doc.md │ │ │ ├── modify_types.doc.md │ │ │ ├── modify_values.doc.md │ │ │ ├── press.doc.md │ │ │ ├── remove_types.doc.md │ │ │ ├── remove_values.doc.md │ │ │ ├── send.doc.md │ │ │ ├── total.doc.md │ │ │ ├── typical_among.doc.md │ │ │ └── zip.doc.md │ │ ├── pagelivore │ │ │ ├── agent.doc.md │ │ │ ├── among.doc.md │ │ │ ├── bi_cognate_gauge.doc.md │ │ │ ├── bind.doc.md │ │ │ ├── bind_back.doc.md │ │ │ ├── bind_front.doc.md │ │ │ ├── classic_trek.doc.md │ │ │ ├── classic_trip.doc.md │ │ │ ├── cognate_erase.doc.md │ │ │ ├── cognate_filter.doc.md │ │ │ ├── cognate_front.doc.md │ │ │ ├── cognate_harvest.doc.md │ │ │ ├── cognate_inject.doc.md │ │ │ ├── cognate_insert.doc.md │ │ │ ├── cognate_modify.doc.md │ │ │ ├── cognate_observe.doc.md │ │ │ ├── cognate_remove.doc.md │ │ │ ├── cognate_repeat.doc.md │ │ │ ├── cognate_reverse.doc.md │ │ │ ├── cognate_rise.doc.md │ │ │ ├── cognate_rotate.doc.md │ │ │ ├── cognate_segment.doc.md │ │ │ ├── cognate_slice.doc.md │ │ │ ├── cognate_transform.doc.md │ │ │ ├── conceal.doc.md │ │ │ ├── conjunction.doc.md │ │ │ ├── disjunction.doc.md │ │ │ ├── find.doc.md │ │ │ ├── flip.doc.md │ │ │ ├── fold_left.doc.md │ │ │ ├── fold_left_first.doc.md │ │ │ ├── fold_right.doc.md │ │ │ ├── fold_right_last.doc.md │ │ │ ├── independent_find.doc.md │ │ │ ├── independent_left_interview.doc.md │ │ │ ├── independent_right_interview.doc.md │ │ │ ├── is_specialization_of.doc.md │ │ │ ├── left_interview.doc.md │ │ │ ├── left_review.doc.md │ │ │ ├── look_for.doc.md │ │ │ ├── negation.doc.md │ │ │ ├── repack.doc.md │ │ │ ├── reveal.doc.md │ │ │ ├── right_interview.doc.md │ │ │ ├── right_review.doc.md │ │ │ ├── sieve.doc.md │ │ │ ├── situational.doc.md │ │ │ ├── skip.doc.md │ │ │ ├── terse_independent_find.doc.md │ │ │ ├── terse_independent_left_interview.doc.md │ │ │ ├── terse_independent_right_interview.doc.md │ │ │ ├── trek.doc.md │ │ │ └── trip.doc.md │ │ ├── raillivore │ │ │ ├── agent.doc.md │ │ │ ├── bind_back.doc.md │ │ │ ├── bind_front.doc.md │ │ │ ├── classic_trek.doc.md │ │ │ ├── classic_trip.doc.md │ │ │ ├── conceal.doc.md │ │ │ ├── flip.doc.md │ │ │ ├── reveal.doc.md │ │ │ ├── skip.doc.md │ │ │ ├── trek.doc.md │ │ │ └── trip.doc.md │ │ ├── roadrivore │ │ │ ├── agent.doc.md │ │ │ ├── bind_back.doc.md │ │ │ ├── bind_front.doc.md │ │ │ ├── classic_trek.doc.md │ │ │ ├── classic_trip.doc.md │ │ │ ├── conceal.doc.md │ │ │ ├── flip.doc.md │ │ │ ├── reveal.doc.md │ │ │ ├── skip.doc.md │ │ │ ├── trek.doc.md │ │ │ └── trip.doc.md │ │ ├── sequnivore │ │ │ ├── kindred_repack.doc.md │ │ │ ├── paste.doc.md │ │ │ └── typical_paste.doc.md │ │ ├── stockivore │ │ │ ├── kindred_repack.doc.md │ │ │ ├── paste.doc.md │ │ │ └── typical_paste.doc.md │ │ ├── typelivore │ │ │ ├── amid.doc.md │ │ │ ├── amidst.doc.md │ │ │ ├── among.doc.md │ │ │ ├── any_conditional.doc.md │ │ │ ├── are_distinct.doc.md │ │ │ ├── are_overlapping.doc.md │ │ │ ├── are_unique.doc.md │ │ │ ├── classic_plume.doc.md │ │ │ ├── conditional.doc.md │ │ │ ├── conjure_set.doc.md │ │ │ ├── contains.doc.md │ │ │ ├── diversity.doc.md │ │ │ ├── duplicate.doc.md │ │ │ ├── erase.doc.md │ │ │ ├── front.doc.md │ │ │ ├── gauge.doc.md │ │ │ ├── has.doc.md │ │ │ ├── inject.doc.md │ │ │ ├── is_different.doc.md │ │ │ ├── is_different_from.doc.md │ │ │ ├── is_same.doc.md │ │ │ ├── is_same_as.doc.md │ │ │ ├── kindred_classic_fold_left.doc.md │ │ │ ├── kindred_classic_fold_left_first.doc.md │ │ │ ├── kindred_find.doc.md │ │ │ ├── kindred_fold_left.doc.md │ │ │ ├── kindred_fold_left_first.doc.md │ │ │ ├── kindred_left_interview.doc.md │ │ │ ├── kindred_look_for.doc.md │ │ │ ├── kindred_right_interview.doc.md │ │ │ ├── make_set.doc.md │ │ │ ├── plume.doc.md │ │ │ ├── pop.doc.md │ │ │ ├── reconformed_kindred_left_interview.doc.md │ │ │ ├── reiterate.doc.md │ │ │ ├── rotate.doc.md │ │ │ ├── sensible_classic_plume.doc.md │ │ │ ├── sensible_gauge.doc.md │ │ │ ├── sensible_left_interview.doc.md │ │ │ ├── sensible_plume.doc.md │ │ │ ├── sensible_right_interview.doc.md │ │ │ ├── set_contains.doc.md │ │ │ ├── slice.doc.md │ │ │ ├── turn_over.doc.md │ │ │ ├── typical_among.doc.md │ │ │ ├── typical_conjure_set.doc.md │ │ │ ├── typical_diversity.doc.md │ │ │ ├── typical_pop.doc.md │ │ │ ├── typical_reiterate.doc.md │ │ │ ├── typical_turn_over.doc.md │ │ │ └── upend.doc.md │ │ ├── varybivore │ │ │ ├── add.doc.md │ │ │ ├── add_to.doc.md │ │ │ ├── all.doc.md │ │ │ ├── amid.doc.md │ │ │ ├── amidst.doc.md │ │ │ ├── among.doc.md │ │ │ ├── any.doc.md │ │ │ ├── any_conditional.doc.md │ │ │ ├── are_bounded_by_closed_interval.doc.md │ │ │ ├── are_bounded_by_left_closed_right_open_interval.doc.md │ │ │ ├── are_bounded_by_left_open_right_closed_interval.doc.md │ │ │ ├── are_bounded_by_open_interval.doc.md │ │ │ ├── are_distinct.doc.md │ │ │ ├── are_equal_to.doc.md │ │ │ ├── are_greater_than.doc.md │ │ │ ├── are_less_than.doc.md │ │ │ ├── are_no_greater_than.doc.md │ │ │ ├── are_no_less_than.doc.md │ │ │ ├── are_overlapping.doc.md │ │ │ ├── are_unequal_to.doc.md │ │ │ ├── are_unique.doc.md │ │ │ ├── classic_plume.doc.md │ │ │ ├── conditional.doc.md │ │ │ ├── contains.doc.md │ │ │ ├── diversity.doc.md │ │ │ ├── duplicate.doc.md │ │ │ ├── erase.doc.md │ │ │ ├── front.doc.md │ │ │ ├── gauge.doc.md │ │ │ ├── inject.doc.md │ │ │ ├── is_different.doc.md │ │ │ ├── is_different_from.doc.md │ │ │ ├── is_equal.doc.md │ │ │ ├── is_greater.doc.md │ │ │ ├── is_less.doc.md │ │ │ ├── is_no_greater.doc.md │ │ │ ├── is_no_less.doc.md │ │ │ ├── is_same.doc.md │ │ │ ├── is_same_as.doc.md │ │ │ ├── is_unequal.doc.md │ │ │ ├── kindred_find.doc.md │ │ │ ├── kindred_fold_left.doc.md │ │ │ ├── kindred_fold_left_first.doc.md │ │ │ ├── kindred_fold_right.doc.md │ │ │ ├── kindred_left_interview.doc.md │ │ │ ├── kindred_look_for.doc.md │ │ │ ├── kindred_right_interview.doc.md │ │ │ ├── make_set.doc.md │ │ │ ├── maximum.doc.md │ │ │ ├── minimum.doc.md │ │ │ ├── negative.doc.md │ │ │ ├── observe.doc.md │ │ │ ├── plume.doc.md │ │ │ ├── pop.doc.md │ │ │ ├── positive.doc.md │ │ │ ├── reiterate.doc.md │ │ │ ├── rise.doc.md │ │ │ ├── rotate.doc.md │ │ │ ├── sensible_classic_plume.doc.md │ │ │ ├── sensible_gauge.doc.md │ │ │ ├── sensible_left_interview.doc.md │ │ │ ├── sensible_plume.doc.md │ │ │ ├── sensible_right_interview.doc.md │ │ │ ├── set_contains.doc.md │ │ │ ├── slice.doc.md │ │ │ ├── solitary_is_different.doc.md │ │ │ ├── solitary_is_same.doc.md │ │ │ ├── subtract.doc.md │ │ │ ├── subtract_from.doc.md │ │ │ ├── turn_over.doc.md │ │ │ ├── typical_diversity.doc.md │ │ │ ├── typical_pop.doc.md │ │ │ ├── typical_reiterate.doc.md │ │ │ ├── typical_turn_over.doc.md │ │ │ └── upend.doc.md │ │ └── warehivore │ │ │ ├── kindred_repack.doc.md │ │ │ ├── paste.doc.md │ │ │ └── typical_paste.doc.md │ ├── utilities.md │ └── utilities │ │ ├── arcadia.doc.md │ │ ├── capsule.doc.md │ │ ├── carrier.doc.md │ │ ├── cay.doc.md │ │ ├── coy.doc.md │ │ ├── day.doc.md │ │ ├── fly.doc.md │ │ ├── forlorn.doc.md │ │ ├── gly.doc.md │ │ ├── gry.doc.md │ │ ├── halcyon.doc.md │ │ ├── hay.doc.md │ │ ├── label.doc.md │ │ ├── lullaby.doc.md │ │ ├── morning.doc.md │ │ ├── moy.doc.md │ │ ├── nirvana.doc.md │ │ ├── pay.doc.md │ │ ├── peg.doc.md │ │ ├── persist.doc.md │ │ ├── phantom.doc.md │ │ ├── prefix.doc.md │ │ ├── pursuit.doc.md │ │ ├── ray.doc.md │ │ ├── reverie.doc.md │ │ ├── roy.doc.md │ │ ├── say.doc.md │ │ ├── shuttle.doc.md │ │ ├── sny.doc.md │ │ ├── sunrise.doc.md │ │ ├── travail.doc.md │ │ ├── vay.doc.md │ │ ├── vehicle.doc.md │ │ └── wiy.doc.md ├── index.md └── introduction │ ├── functional_nature.md │ ├── hello_world.md │ └── vocabulary.md └── tests ├── general ├── EXEMPLAR.test.hpp ├── concept_argument_mapping.test.hpp ├── concept_argument_order.test.hpp ├── concept_subsumption.test.hpp ├── concept_variadic_subsumption.test.hpp ├── function_parameter_constrain_pointer.test.hpp ├── variable_template_member_specialization.16.constraints.test.hpp ├── variable_template_member_specialization.16.test.hpp ├── variable_template_member_specialization.5.test.hpp ├── variable_template_member_specialization.8.test.hpp └── variadic_concepts.test.hpp ├── performance └── metafunctions │ ├── mouldivore │ ├── bind.mp11.test.hpp │ ├── cognate_filter.mp11.test.hpp │ ├── cognate_repeat.mp11.test.hpp │ ├── cognate_reverse.mp11.test.hpp │ ├── find.mp11.test.hpp │ ├── fold_left.mp11.test.hpp │ ├── fold_left_first.mp11.test.hpp │ ├── independent_find.mp11.test.hpp │ ├── independent_left_interview.mp11.test.hpp │ ├── left_interview.mp11.test.hpp │ ├── look_for.mp11.test.hpp │ └── sieve.mp11.test.hpp │ ├── pagelivore │ ├── cognate_repeat.mp11.test.hpp │ ├── cognate_rise.mp11.test.hpp │ ├── find.mp11.test.hpp │ ├── fold_right.mp11.test.hpp │ ├── fold_right_last.mp11.test.hpp │ └── look_for.mp11.test.hpp │ ├── typelivore │ ├── amid.mp11.test.hpp │ ├── amidst.mp11.test.hpp │ ├── among.mp11.test.hpp │ ├── are_distinct.mp11.test.hpp │ ├── are_unique.mp11.test.hpp │ ├── conjure_set.mp11.test.hpp │ ├── contains.mp11.test.hpp │ ├── diversity.mp11.test.hpp │ ├── has.mp11.test.hpp │ ├── is_same_as.alternative.test.hpp │ ├── kindred_classic_fold_left.mp11.test.hpp │ ├── kindred_classic_fold_left_first.mp11.test.hpp │ ├── kindred_find.mp11.test.hpp │ ├── kindred_fold_left.mp11.test.hpp │ ├── kindred_fold_left_first.mp11.test.hpp │ ├── kindred_left_interview.mp11.test.hpp │ ├── kindred_look_for.mp11.test.hpp │ ├── make_set.mp11.test.hpp │ ├── reconformed_kindred_left_interview.mp11.test.hpp │ ├── sensible_left_interview.mp11.test.hpp │ ├── set_contains.mp11.test.hpp │ ├── turn_over.mp11.test.hpp │ ├── typical_among.mp11.test.hpp │ ├── typical_conjure_set.mp11.test.hpp │ ├── typical_diversity.mp11.test.hpp │ ├── typical_turn_over.mp11.test.hpp │ └── upend.mp11.test.hpp │ └── varybivore │ ├── amid.mp11.test.hpp │ ├── amidst.mp11.test.hpp │ ├── among.mp11.test.hpp │ ├── is_same_as.alternative.test.hpp │ └── rise.mp11.test.hpp ├── tests.cpp └── unit ├── concepts ├── functivore │ ├── all_const_qualified.test.hpp │ ├── all_function_pointer.test.hpp │ ├── all_lvalue_reference_qualified.test.hpp │ ├── all_member_function_pointer.test.hpp │ ├── all_noexcept_specified.test.hpp │ ├── all_nonoverloaded_function_object.test.hpp │ ├── all_not_const_qualified.test.hpp │ ├── all_not_function_pointer.test.hpp │ ├── all_not_lvalue_reference_qualified.test.hpp │ ├── all_not_member_function_pointer.test.hpp │ ├── all_not_noexcept_specified.test.hpp │ ├── all_not_nonoverloaded_function_object.test.hpp │ ├── all_not_rvalue_reference_qualified.test.hpp │ ├── all_not_variadic.test.hpp │ ├── all_not_volatile_qualified.test.hpp │ ├── all_rvalue_reference_qualified.test.hpp │ ├── all_same_type_signature.test.hpp │ ├── all_same_variadic_type_signature.test.hpp │ ├── all_variadic.test.hpp │ ├── all_volatile_qualified.test.hpp │ ├── const_qualified.test.hpp │ ├── function_pointer_probe.test.hpp │ ├── invoke_result_in.test.hpp │ ├── invoke_return_as.test.hpp │ ├── lvalue_reference_qualified.test.hpp │ ├── member_function_pointer_probe.test.hpp │ ├── noexcept_specified.test.hpp │ ├── nonoverloaded_function_object_probe.test.hpp │ ├── not_const_qualified.test.hpp │ ├── not_function_pointer.test.hpp │ ├── not_lvalue_reference_qualified.test.hpp │ ├── not_member_function_pointer.test.hpp │ ├── not_noexcept_specified.test.hpp │ ├── not_nonoverloaded_function_object.test.hpp │ ├── not_rvalue_reference_qualified.test.hpp │ ├── not_variadic.test.hpp │ ├── not_volatile_qualified.test.hpp │ ├── result_in.test.hpp │ ├── rvalue_reference_qualified.test.hpp │ ├── same_type_signature_as.test.hpp │ ├── same_variadic_type_signature_as.test.hpp │ ├── variadic.test.hpp │ └── volatile_qualified.test.hpp ├── mouldivore │ ├── all_confess.test.hpp │ ├── all_deceive.test.hpp │ ├── any_confess.test.hpp │ ├── any_deceive.test.hpp │ ├── confess.test.hpp │ ├── deceive.test.hpp │ ├── fake.test.hpp │ └── real.test.hpp ├── omennivore │ ├── all_calmful.test.hpp │ ├── all_coolful.test.hpp │ ├── all_dawnful.test.hpp │ ├── all_flowful.test.hpp │ ├── all_glowful.test.hpp │ ├── all_gritful.test.hpp │ ├── all_hailful.test.hpp │ ├── all_moldful.test.hpp │ ├── all_pageful.test.hpp │ ├── all_peg_nonzero.test.hpp │ ├── all_peg_zero.test.hpp │ ├── all_pegful.test.hpp │ ├── all_railful.test.hpp │ ├── all_roadful.test.hpp │ ├── all_sailful.test.hpp │ ├── all_snowful.test.hpp │ ├── all_typical.test.hpp │ ├── all_unpegful.test.hpp │ ├── all_untypical.test.hpp │ ├── all_unvaluable.test.hpp │ ├── all_valuable.test.hpp │ ├── all_willful.test.hpp │ ├── any_peg_nonzero.test.hpp │ ├── any_peg_zero.test.hpp │ ├── any_pegful.test.hpp │ ├── any_typical.test.hpp │ ├── any_unpegful.test.hpp │ ├── any_untypical.test.hpp │ ├── any_unvaluable.test.hpp │ ├── any_valuable.test.hpp │ ├── calmful.test.hpp │ ├── coolful.test.hpp │ ├── dawnful.test.hpp │ ├── flowful.test.hpp │ ├── glowful.test.hpp │ ├── gritful.test.hpp │ ├── hailful.test.hpp │ ├── is_value_immediate.test.hpp │ ├── moldful.test.hpp │ ├── pageful.test.hpp │ ├── peg_nonzero.test.hpp │ ├── peg_zero.test.hpp │ ├── pegful.test.hpp │ ├── railful.test.hpp │ ├── roadful.test.hpp │ ├── sailful.test.hpp │ ├── snowful.test.hpp │ ├── typical.test.hpp │ ├── uncalmful.test.hpp │ ├── uncoolful.test.hpp │ ├── undawnful.test.hpp │ ├── unflowful.test.hpp │ ├── unglowful.test.hpp │ ├── ungritful.test.hpp │ ├── unhailful.test.hpp │ ├── unmoldful.test.hpp │ ├── unpageful.test.hpp │ ├── unpegful.test.hpp │ ├── unrailful.test.hpp │ ├── unroadful.test.hpp │ ├── unsailful.test.hpp │ ├── unsnowful.test.hpp │ ├── untypical.test.hpp │ ├── unvaluable.test.hpp │ ├── unwillful.test.hpp │ ├── valuable.test.hpp │ └── willful.test.hpp ├── pagelivore │ ├── all_clarify.test.hpp │ ├── all_confess.test.hpp │ ├── all_deceive.test.hpp │ ├── all_falsify.test.hpp │ ├── any_clarify.test.hpp │ ├── any_confess.test.hpp │ ├── any_deceive.test.hpp │ ├── any_falsify.test.hpp │ ├── clarify.test.hpp │ ├── confess.test.hpp │ ├── deceive.test.hpp │ └── falsify.test.hpp ├── typelivore │ ├── all_clarify.test.hpp │ ├── all_confess.test.hpp │ ├── all_deceive.test.hpp │ ├── all_falsify.test.hpp │ ├── all_negative_one.test.hpp │ ├── all_nonzero.test.hpp │ ├── all_not_negative_one.test.hpp │ ├── all_zero.test.hpp │ ├── any_clarify.test.hpp │ ├── any_confess.test.hpp │ ├── any_deceive.test.hpp │ ├── any_falsify.test.hpp │ ├── any_negative_one.test.hpp │ ├── any_nonzero.test.hpp │ ├── any_not_negative_one.test.hpp │ ├── any_zero.test.hpp │ ├── bounded_by_closed_interval.test.hpp │ ├── bounded_by_left_closed_right_open_interval.test.hpp │ ├── bounded_by_left_open_right_closed_interval.test.hpp │ ├── bounded_by_open_interval.test.hpp │ ├── clarify.test.hpp │ ├── confess.test.hpp │ ├── deceive.test.hpp │ ├── different_from.test.hpp │ ├── equal_to.test.hpp │ ├── falsify.test.hpp │ ├── greater_than.test.hpp │ ├── less_than.test.hpp │ ├── negative_one.test.hpp │ ├── no_greater_than.test.hpp │ ├── no_less_than.test.hpp │ ├── nonzero.test.hpp │ ├── not_negative_one.test.hpp │ ├── unequal_to.test.hpp │ └── zero.test.hpp └── varybivore │ ├── all_clarify.test.hpp │ ├── all_confess.test.hpp │ ├── all_deceive.test.hpp │ ├── all_falsify.test.hpp │ ├── all_negative_one.test.hpp │ ├── all_nonzero.test.hpp │ ├── all_not_negative_one.test.hpp │ ├── all_zero.test.hpp │ ├── any_clarify.test.hpp │ ├── any_confess.test.hpp │ ├── any_deceive.test.hpp │ ├── any_falsify.test.hpp │ ├── any_negative_one.test.hpp │ ├── any_nonzero.test.hpp │ ├── any_not_negative_one.test.hpp │ ├── any_zero.test.hpp │ ├── bounded_by_closed_interval.test.hpp │ ├── bounded_by_left_closed_right_open_interval.test.hpp │ ├── bounded_by_left_open_right_closed_interval.test.hpp │ ├── bounded_by_open_interval.test.hpp │ ├── clarify.lambda.test.hpp │ ├── clarify.test.hpp │ ├── confess.test.hpp │ ├── deceive.test.hpp │ ├── different_from.test.hpp │ ├── equal_to.test.hpp │ ├── falsify.test.hpp │ ├── greater_than.test.hpp │ ├── less_than.test.hpp │ ├── negative_one.test.hpp │ ├── no_greater_than.test.hpp │ ├── no_less_than.test.hpp │ ├── nonzero.test.hpp │ ├── not_negative_one.test.hpp │ ├── same_as.test.hpp │ ├── unequal_to.test.hpp │ └── zero.test.hpp ├── metafunctions ├── cotanivore │ ├── kindred_repack.test.hpp │ ├── paste.test.hpp │ └── typical_paste.test.hpp ├── functivore │ ├── EXEMPLAR.test.hpp │ ├── analyzer.test.hpp │ ├── apply_return_type.test.hpp │ ├── are_same_type_signature_as.test.hpp │ ├── are_same_variadic_type_signature_as.test.hpp │ ├── get_invoke_return_type.test.hpp │ ├── get_parameter_types.test.hpp │ ├── get_return_type.test.hpp │ ├── get_type_signature.test.hpp │ ├── get_variadic_type_signature.test.hpp │ ├── is_const.test.hpp │ ├── is_function_pointer.test.hpp │ ├── is_lvalue_reference.test.hpp │ ├── is_noexcept.test.hpp │ ├── is_nonoverloaded_function_object.test.hpp │ ├── is_rvalue_reference.test.hpp │ ├── is_variadic.test.hpp │ ├── is_volatile.test.hpp │ ├── typical_get_return_type.test.hpp │ ├── typical_get_type_signature.test.hpp │ └── typical_get_variadic_type_signature.test.hpp ├── mouldivore │ ├── EXEMPLAR.test.hpp │ ├── agent.test.hpp │ ├── among.test.hpp │ ├── bi_cognate_classic_plume.test.hpp │ ├── bi_cognate_plume.test.hpp │ ├── bind.test.hpp │ ├── bind_back.test.hpp │ ├── bind_front.test.hpp │ ├── classic_fold_left.test.hpp │ ├── classic_fold_left_first.test.hpp │ ├── classic_fold_right.test.hpp │ ├── classic_fold_right_last.test.hpp │ ├── classic_recur.test.hpp │ ├── classic_trek.test.hpp │ ├── classic_trip.test.hpp │ ├── cognate_classic_modify.test.hpp │ ├── cognate_classic_transform.test.hpp │ ├── cognate_erase.test.hpp │ ├── cognate_filter.test.hpp │ ├── cognate_front.test.hpp │ ├── cognate_harvest.test.hpp │ ├── cognate_inject.test.hpp │ ├── cognate_insert.test.hpp │ ├── cognate_modify.test.hpp │ ├── cognate_remove.test.hpp │ ├── cognate_repeat.test.hpp │ ├── cognate_reverse.test.hpp │ ├── cognate_rotate.test.hpp │ ├── cognate_slice.test.hpp │ ├── cognate_transform.test.hpp │ ├── conceal.test.hpp │ ├── conjunction.test.hpp │ ├── disjunction.test.hpp │ ├── find.test.hpp │ ├── flip.test.hpp │ ├── fold_left.test.hpp │ ├── fold_left_first.test.hpp │ ├── fold_right.test.hpp │ ├── fold_right_last.test.hpp │ ├── independent_find.test.hpp │ ├── independent_left_interview.test.hpp │ ├── independent_right_interview.test.hpp │ ├── is_specialization_of.test.hpp │ ├── left_interview.test.hpp │ ├── left_review.test.hpp │ ├── look_for.test.hpp │ ├── negation.test.hpp │ ├── recur.test.hpp │ ├── repack.test.hpp │ ├── reveal.test.hpp │ ├── right_interview.test.hpp │ ├── right_review.test.hpp │ ├── sieve.test.hpp │ ├── situational.test.hpp │ ├── skip.test.hpp │ ├── trek.test.hpp │ └── trip.test.hpp ├── omennivore │ ├── EXEMPLAR.test.hpp │ ├── among.cool.test.hpp │ ├── among.dawn.test.hpp │ ├── among.flow.test.hpp │ ├── among.glow.test.hpp │ ├── among.grit.test.hpp │ ├── among.hail.test.hpp │ ├── among.mold.test.hpp │ ├── among.page.test.hpp │ ├── among.rail.test.hpp │ ├── among.road.test.hpp │ ├── among.sail.test.hpp │ ├── among.snow.test.hpp │ ├── among.type.test.hpp │ ├── among.value.test.hpp │ ├── among.will.test.hpp │ ├── bi_harvest.test.hpp │ ├── classic_modify_types.test.hpp │ ├── easy_kindred_repack.mold.test.hpp │ ├── easy_kindred_repack.page.test.hpp │ ├── easy_kindred_repack.type.test.hpp │ ├── easy_kindred_repack.value.test.hpp │ ├── easy_paste.mold.test.hpp │ ├── easy_paste.page.test.hpp │ ├── easy_paste.type.test.hpp │ ├── easy_paste.value.test.hpp │ ├── easy_typical_paste.type.test.hpp │ ├── extend_back.test.hpp │ ├── extend_front.test.hpp │ ├── insert_types.test.hpp │ ├── insert_values.test.hpp │ ├── is_calmful.test.hpp │ ├── is_coolful.test.hpp │ ├── is_dawnful.test.hpp │ ├── is_flowful.test.hpp │ ├── is_glowful.test.hpp │ ├── is_gritful.test.hpp │ ├── is_hailful.test.hpp │ ├── is_moldful.test.hpp │ ├── is_pageful.test.hpp │ ├── is_railful.test.hpp │ ├── is_roadful.test.hpp │ ├── is_sailful.test.hpp │ ├── is_snowful.test.hpp │ ├── is_willful.test.hpp │ ├── laborious_press.test.hpp │ ├── modify_types.test.hpp │ ├── modify_values.test.hpp │ ├── press.test.hpp │ ├── remove_types.test.hpp │ ├── remove_values.test.hpp │ ├── send.test.hpp │ ├── total.test.hpp │ ├── typcial_among.rail.test.hpp │ ├── typical_among.cool.test.hpp │ ├── typical_among.dawn.test.hpp │ ├── typical_among.flow.test.hpp │ ├── typical_among.glow.test.hpp │ ├── typical_among.grit.test.hpp │ ├── typical_among.hail.test.hpp │ ├── typical_among.mold.test.hpp │ ├── typical_among.page.test.hpp │ ├── typical_among.road.test.hpp │ ├── typical_among.sail.test.hpp │ ├── typical_among.snow.test.hpp │ ├── typical_among.type.test.hpp │ ├── typical_among.value.test.hpp │ ├── typical_among.will.test.hpp │ ├── zip.calm.test.hpp │ ├── zip.cool.test.hpp │ ├── zip.flow.test.hpp │ ├── zip.hail.test.hpp │ ├── zip.mold.test.hpp │ ├── zip.page.test.hpp │ ├── zip.rail.test.hpp │ ├── zip.road.test.hpp │ ├── zip.sail.test.hpp │ ├── zip.snow.test.hpp │ ├── zip.type.test.hpp │ └── zip.value.test.hpp ├── pagelivore │ ├── EXEMPLAR.test.hpp │ ├── agent.test.hpp │ ├── among.test.hpp │ ├── bi_cognate_gauge.test.hpp │ ├── bind.test.hpp │ ├── bind_back.test.hpp │ ├── bind_front.test.hpp │ ├── classic_trek.test.hpp │ ├── classic_trip.test.hpp │ ├── cognate_erase.test.hpp │ ├── cognate_filter.test.hpp │ ├── cognate_front.hpp │ ├── cognate_harvest.test.hpp │ ├── cognate_inject.test.hpp │ ├── cognate_insert.test.hpp │ ├── cognate_modify.test.hpp │ ├── cognate_observe.test.hpp │ ├── cognate_remove.test.hpp │ ├── cognate_repeat.test.hpp │ ├── cognate_reverse.test.hpp │ ├── cognate_rise.test.hpp │ ├── cognate_rotate.test.hpp │ ├── cognate_segment.test.hpp │ ├── cognate_slice.test.hpp │ ├── cognate_transform.test.hpp │ ├── conceal.test.hpp │ ├── conjunction.test.hpp │ ├── disjunction.test.hpp │ ├── find.test.hpp │ ├── flip.test.hpp │ ├── fold_left.test.hpp │ ├── fold_left_first.test.hpp │ ├── fold_right.test.hpp │ ├── fold_right_last.test.hpp │ ├── independent_find.test.hpp │ ├── independent_left_interview.test.hpp │ ├── independent_right_interview.test.hpp │ ├── is_specialization_of.test.hpp │ ├── left_interview.test.hpp │ ├── left_review.test.hpp │ ├── look_for.test.hpp │ ├── negation.test.hpp │ ├── repack.test.hpp │ ├── reveal.test.hpp │ ├── right_interview.test.hpp │ ├── right_review.test.hpp │ ├── sieve.test.hpp │ ├── situational.test.hpp │ ├── skip.test.hpp │ ├── terse_independent_find.test.hpp │ ├── terse_independent_left_interview.test.hpp │ ├── terse_independent_right_interview.test.hpp │ ├── trek.test.hpp │ └── trip.test.hpp ├── raillivore │ ├── EXEMPLAR.test.hpp │ ├── agent.test.hpp │ ├── bind_back.test.hpp │ ├── bind_front.test.hpp │ ├── classic_trek.test.hpp │ ├── classic_trip.test.hpp │ ├── conceal.test.hpp │ ├── flip.test.hpp │ ├── reveal.test.hpp │ ├── skip.test.hpp │ ├── trek.test.hpp │ └── trip.test.hpp ├── roadrivore │ ├── EXEMPLAR.test.hpp │ ├── agent.test.hpp │ ├── bind_back.test.hpp │ ├── bind_front.test.hpp │ ├── classic_trek.test.hpp │ ├── classic_trip.test.hpp │ ├── conceal.test.hpp │ ├── flip.test.hpp │ ├── reveal.test.hpp │ ├── skip.test.hpp │ ├── trek.test.hpp │ └── trip.test.hpp ├── sequnivore │ ├── kindred_repack.test.hpp │ ├── paste.test.hpp │ └── typical_paste.test.hpp ├── stockivore │ ├── kindred_repack.test.hpp │ ├── paste.test.hpp │ └── typical_paste.test.hpp ├── typelivore │ ├── EXEMPLAR.test.hpp │ ├── amid.test.hpp │ ├── amidst.test.hpp │ ├── among.test.hpp │ ├── any_conditional.test.hpp │ ├── are_distinct.test.hpp │ ├── are_overlapping.test.hpp │ ├── are_unique.test.hpp │ ├── classic_plume.test.hpp │ ├── conditional.test.hpp │ ├── conjure_set.test.hpp │ ├── contains.test.hpp │ ├── diversity.test.hpp │ ├── duplicate.test.hpp │ ├── erase.test.hpp │ ├── front.test.hpp │ ├── gauge.test.hpp │ ├── has.test.hpp │ ├── inject.test.hpp │ ├── is_different.test.hpp │ ├── is_different_from.test.hpp │ ├── is_same.test.hpp │ ├── is_same_as.test.hpp │ ├── kindred_classic_fold_left.test.hpp │ ├── kindred_classic_fold_left_first.test.hpp │ ├── kindred_find.test.hpp │ ├── kindred_fold_left.test.hpp │ ├── kindred_fold_left_first.test.hpp │ ├── kindred_left_interview.test.hpp │ ├── kindred_look_for.test.hpp │ ├── kindred_right_interview.test.hpp │ ├── make_set.test.hpp │ ├── plume.test.hpp │ ├── pop.test.hpp │ ├── reconformed_kindred_left_interview.test.hpp │ ├── reiterate.test.hpp │ ├── rotate.test.hpp │ ├── sensible_classic_plume.test.hpp │ ├── sensible_gauge.test.hpp │ ├── sensible_left_interview.test.hpp │ ├── sensible_plume.test.hpp │ ├── sensible_right_interview.test.hpp │ ├── set_contains.test.hpp │ ├── slice.test.hpp │ ├── turn_over.test.hpp │ ├── typical_among.test.hpp │ ├── typical_conjure_set.test.hpp │ ├── typical_diversity.test.hpp │ ├── typical_pop.test.hpp │ ├── typical_reiterate.test.hpp │ ├── typical_turn_over.test.hpp │ └── upend.test.hpp ├── varybivore │ ├── EXEMPLAR.test.hpp │ ├── add.test.hpp │ ├── add_to.test.hpp │ ├── all.test.hpp │ ├── amid.test.hpp │ ├── amidst.test.hpp │ ├── among.test.hpp │ ├── any.test.hpp │ ├── any_conditional.test.hpp │ ├── are_bounded_by_closed_interval.test.hpp │ ├── are_bounded_by_left_closed_right_open_interval.test.hpp │ ├── are_bounded_by_left_open_right_closed_interval.test.hpp │ ├── are_bounded_by_open_interval.test.hpp │ ├── are_distinct.test.hpp │ ├── are_equal_to.test.hpp │ ├── are_greater_than.test.hpp │ ├── are_less_than.test.hpp │ ├── are_no_greater_than.test.hpp │ ├── are_no_less_than.test.hpp │ ├── are_overlapping.test.hpp │ ├── are_unequal_to.test.hpp │ ├── are_unique.test.hpp │ ├── classic_plume.test.hpp │ ├── conditional.test.hpp │ ├── contains.test.hpp │ ├── diversity.test.hpp │ ├── duplicate.test.hpp │ ├── erase.test.hpp │ ├── front.test.hpp │ ├── gauge.test.hpp │ ├── inject.test.hpp │ ├── is_different.test.hpp │ ├── is_different_from.test.hpp │ ├── is_equal.test.hpp │ ├── is_greater.test.hpp │ ├── is_less.test.hpp │ ├── is_no_greater.test.hpp │ ├── is_no_less.test.hpp │ ├── is_same.test.hpp │ ├── is_same_as.test.hpp │ ├── is_unequal.test.hpp │ ├── kindred_find.test.hpp │ ├── kindred_fold_left.test.hpp │ ├── kindred_fold_left_first.test.hpp │ ├── kindred_fold_right.test.hpp │ ├── kindred_left_interview.test.hpp │ ├── kindred_look_for.test.hpp │ ├── kindred_right_interview.test.hpp │ ├── make_set.test.hpp │ ├── maximum.test.hpp │ ├── minimum.test.hpp │ ├── negative.test.hpp │ ├── observe.test.hpp │ ├── plume.test.hpp │ ├── pop.test.hpp │ ├── positive.test.hpp │ ├── reiterate.test.hpp │ ├── rise.test.hpp │ ├── rotate.test.hpp │ ├── sensible_classic_plume.test.hpp │ ├── sensible_gauge.test.hpp │ ├── sensible_left_interview.test.hpp │ ├── sensible_plume.test.hpp │ ├── sensible_right_interview.test.hpp │ ├── set_contains.test.hpp │ ├── slice.test.hpp │ ├── solitary_is_different.test.hpp │ ├── solitary_is_same.test.hpp │ ├── subtract.test.hpp │ ├── subtract_from.test.hpp │ ├── turn_over.test.hpp │ ├── typical_diversity.test.hpp │ ├── typical_pop.test.hpp │ ├── typical_reiterate.test.hpp │ ├── typical_turn_over.test.hpp │ └── upend.test.hpp └── warehivore │ ├── kindred_repack.test.hpp │ ├── paste.test.hpp │ └── typical_paste.test.hpp └── utilities └── shuttle.test.hpp /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CMakePresets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/CMakePresets.json -------------------------------------------------------------------------------- /Config.cmake.in: -------------------------------------------------------------------------------- 1 | @PACKAGE_INIT@ 2 | 3 | include("${CMAKE_CURRENT_LIST_DIR}/Conceptrodon.cmake") -------------------------------------------------------------------------------- /DEVLOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/DEVLOG.md -------------------------------------------------------------------------------- /DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/DOCS.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/README.md -------------------------------------------------------------------------------- /conceptrodon/arcadia.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/arcadia.hpp -------------------------------------------------------------------------------- /conceptrodon/capsule.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/capsule.hpp -------------------------------------------------------------------------------- /conceptrodon/carrier.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/carrier.hpp -------------------------------------------------------------------------------- /conceptrodon/cay.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/cay.hpp -------------------------------------------------------------------------------- /conceptrodon/cotanivore/kindred_repack.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/cotanivore/kindred_repack.hpp -------------------------------------------------------------------------------- /conceptrodon/cotanivore/paste.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/cotanivore/paste.hpp -------------------------------------------------------------------------------- /conceptrodon/coy.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/coy.hpp -------------------------------------------------------------------------------- /conceptrodon/day.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/day.hpp -------------------------------------------------------------------------------- /conceptrodon/fly.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/fly.hpp -------------------------------------------------------------------------------- /conceptrodon/forlorn.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/forlorn.hpp -------------------------------------------------------------------------------- /conceptrodon/functivore/analyzer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/functivore/analyzer.hpp -------------------------------------------------------------------------------- /conceptrodon/functivore/apply_return_type.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/functivore/apply_return_type.hpp -------------------------------------------------------------------------------- /conceptrodon/functivore/concepts/all_variadic.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/functivore/concepts/all_variadic.hpp -------------------------------------------------------------------------------- /conceptrodon/functivore/concepts/const_qualified.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/functivore/concepts/const_qualified.hpp -------------------------------------------------------------------------------- /conceptrodon/functivore/concepts/not_variadic.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/functivore/concepts/not_variadic.hpp -------------------------------------------------------------------------------- /conceptrodon/functivore/concepts/result_in.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/functivore/concepts/result_in.hpp -------------------------------------------------------------------------------- /conceptrodon/functivore/concepts/variadic.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/functivore/concepts/variadic.hpp -------------------------------------------------------------------------------- /conceptrodon/functivore/get_invoke_return_type.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/functivore/get_invoke_return_type.hpp -------------------------------------------------------------------------------- /conceptrodon/functivore/get_parameter_types.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/functivore/get_parameter_types.hpp -------------------------------------------------------------------------------- /conceptrodon/functivore/get_return_type.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/functivore/get_return_type.hpp -------------------------------------------------------------------------------- /conceptrodon/functivore/get_type_signature.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/functivore/get_type_signature.hpp -------------------------------------------------------------------------------- /conceptrodon/functivore/is_const.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/functivore/is_const.hpp -------------------------------------------------------------------------------- /conceptrodon/functivore/is_function_pointer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/functivore/is_function_pointer.hpp -------------------------------------------------------------------------------- /conceptrodon/functivore/is_lvalue_reference.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/functivore/is_lvalue_reference.hpp -------------------------------------------------------------------------------- /conceptrodon/functivore/is_noexcept.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/functivore/is_noexcept.hpp -------------------------------------------------------------------------------- /conceptrodon/functivore/is_rvalue_reference.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/functivore/is_rvalue_reference.hpp -------------------------------------------------------------------------------- /conceptrodon/functivore/is_variadic.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/functivore/is_variadic.hpp -------------------------------------------------------------------------------- /conceptrodon/functivore/is_volatile.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/functivore/is_volatile.hpp -------------------------------------------------------------------------------- /conceptrodon/gly.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/gly.hpp -------------------------------------------------------------------------------- /conceptrodon/gry.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/gry.hpp -------------------------------------------------------------------------------- /conceptrodon/halcyon.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/halcyon.hpp -------------------------------------------------------------------------------- /conceptrodon/hay.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/hay.hpp -------------------------------------------------------------------------------- /conceptrodon/label.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/label.hpp -------------------------------------------------------------------------------- /conceptrodon/lullaby.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/lullaby.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/cotanis/kindred_repack.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/cotanis/kindred_repack.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/cotanis/typical_paste.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/cotanis/typical_paste.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/cytoplasm/select_scale.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/cytoplasm/select_scale.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/among.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/among.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/among/among.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/among/among.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/classic_trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/classic_trek.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/classic_trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/classic_trip.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/fold_left.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/fold_left.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/fold_left_first.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/fold_left_first.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/fold_right.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/fold_right.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/fold_right_last.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/fold_right_last.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/independent_find.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/independent_find.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/left_inspect.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/left_inspect.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/repack.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/repack.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/repack/repack.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/repack/repack.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/right_inspect.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/right_inspect.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/trek.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/trek/ascend/trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/trek/ascend/trek.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/trek/trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/trek/trek.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/trip.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/trip/ascend/trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/trip/ascend/trip.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/moldiae/trip/trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/moldiae/trip/trip.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/ominuci/insert_types.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/ominuci/insert_types.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/ominuci/insert_values.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/ominuci/insert_values.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/ominuci/modify_types.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/ominuci/modify_types.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/ominuci/modify_values.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/ominuci/modify_values.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/ominuci/remove_types.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/ominuci/remove_types.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/ominuci/remove_values.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/ominuci/remove_values.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/among.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/among.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/among/among.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/among/among.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/classic_trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/classic_trek.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/classic_trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/classic_trip.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/fold_left.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/fold_left.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/fold_left_first.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/fold_left_first.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/fold_right.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/fold_right.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/fold_right_last.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/fold_right_last.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/independent_find.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/independent_find.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/left_inspect.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/left_inspect.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/repack.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/repack.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/repack/repack.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/repack/repack.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/right_inspect.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/right_inspect.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/trek.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/trek/ascend/trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/trek/ascend/trek.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/trek/trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/trek/trek.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/trip.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/trip/ascend/trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/trip/ascend/trip.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/pagelis/trip/trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/pagelis/trip/trip.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/raileus/classic_trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/raileus/classic_trek.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/raileus/classic_trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/raileus/classic_trip.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/raileus/trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/raileus/trek.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/raileus/trek/ascend/trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/raileus/trek/ascend/trek.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/raileus/trek/trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/raileus/trek/trek.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/raileus/trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/raileus/trip.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/raileus/trip/ascend/trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/raileus/trip/ascend/trip.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/raileus/trip/trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/raileus/trip/trip.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/roadria/classic_trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/roadria/classic_trek.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/roadria/classic_trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/roadria/classic_trip.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/roadria/trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/roadria/trek.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/roadria/trek/ascend/trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/roadria/trek/ascend/trek.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/roadria/trek/trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/roadria/trek/trek.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/roadria/trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/roadria/trip.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/roadria/trip/ascend/trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/roadria/trip/ascend/trip.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/roadria/trip/trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/roadria/trip/trip.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/sequena/kindred_repack.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/sequena/kindred_repack.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/sequena/typical_paste.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/sequena/typical_paste.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/stockii/kindred_repack.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/stockii/kindred_repack.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/stockii/typical_paste.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/stockii/typical_paste.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/typella/ditch.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/typella/ditch.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/typella/enrich.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/typella/enrich.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/typella/expunge.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/typella/expunge.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/typella/fore.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/typella/fore.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/typella/incise.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/typella/incise.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/typella/kindred_find.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/typella/kindred_find.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/typella/shear.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/typella/shear.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/typella/swivel.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/typella/swivel.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/typella/typical_among.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/typella/typical_among.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/typella/typical_pop.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/typella/typical_pop.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/varbola/among.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/varbola/among.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/varbola/among/among.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/varbola/among/among.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/varbola/arise.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/varbola/arise.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/varbola/ditch.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/varbola/ditch.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/varbola/enrich.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/varbola/enrich.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/varbola/expunge.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/varbola/expunge.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/varbola/fore.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/varbola/fore.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/varbola/incise.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/varbola/incise.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/varbola/kindred_find.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/varbola/kindred_find.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/varbola/shear.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/varbola/shear.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/varbola/stare.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/varbola/stare.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/varbola/swivel.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/varbola/swivel.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/varbola/typical_pop.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/varbola/typical_pop.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/waretus/kindred_repack.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/waretus/kindred_repack.hpp -------------------------------------------------------------------------------- /conceptrodon/microbiota/waretus/typical_paste.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/microbiota/waretus/typical_paste.hpp -------------------------------------------------------------------------------- /conceptrodon/morning.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/morning.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/agent.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/agent.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/among.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/among.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/bi_cognate_classic_plume.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/bi_cognate_classic_plume.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/bi_cognate_plume.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/bi_cognate_plume.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/bind.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/bind.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/bind_back.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/bind_back.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/bind_front.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/bind_front.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/classic_fold_left.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/classic_fold_left.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/classic_fold_left_first.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/classic_fold_left_first.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/classic_fold_right.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/classic_fold_right.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/classic_fold_right_last.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/classic_fold_right_last.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/classic_recur.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/classic_recur.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/classic_trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/classic_trek.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/classic_trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/classic_trip.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/cognate_classic_modify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/cognate_classic_modify.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/cognate_erase.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/cognate_erase.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/cognate_filter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/cognate_filter.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/cognate_front.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/cognate_front.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/cognate_harvest.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/cognate_harvest.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/cognate_inject.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/cognate_inject.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/cognate_insert.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/cognate_insert.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/cognate_modify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/cognate_modify.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/cognate_remove.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/cognate_remove.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/cognate_repeat.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/cognate_repeat.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/cognate_reverse.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/cognate_reverse.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/cognate_rotate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/cognate_rotate.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/cognate_slice.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/cognate_slice.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/cognate_transform.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/cognate_transform.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/conceal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/conceal.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/concepts/all_confess.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/concepts/all_confess.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/concepts/all_deceive.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/concepts/all_deceive.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/concepts/any_confess.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/concepts/any_confess.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/concepts/any_deceive.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/concepts/any_deceive.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/concepts/confess.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/concepts/confess.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/concepts/deceive.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/concepts/deceive.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/concepts/fake.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/concepts/fake.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/concepts/real.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/concepts/real.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/conjunction.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/conjunction.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/disjunction.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/disjunction.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/find.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/find.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/flip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/flip.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/fold_left.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/fold_left.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/fold_left_first.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/fold_left_first.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/fold_right.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/fold_right.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/fold_right_last.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/fold_right_last.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/independent_find.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/independent_find.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/is_specialization_of.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/is_specialization_of.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/left_interview.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/left_interview.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/left_review.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/left_review.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/look_for.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/look_for.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/negation.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/negation.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/recur.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/recur.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/repack.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/repack.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/reveal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/reveal.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/right_interview.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/right_interview.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/right_review.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/right_review.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/sieve.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/sieve.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/situational.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/situational.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/skip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/skip.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/trek.hpp -------------------------------------------------------------------------------- /conceptrodon/mouldivore/trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/mouldivore/trip.hpp -------------------------------------------------------------------------------- /conceptrodon/moy.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/moy.hpp -------------------------------------------------------------------------------- /conceptrodon/nirvana.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/nirvana.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/among.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/among.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/bi_harvest.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/bi_harvest.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/classic_modify_types.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/classic_modify_types.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_calmful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_calmful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_coolful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_coolful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_dawnful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_dawnful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_flowful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_flowful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_glowful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_glowful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_gritful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_gritful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_hailful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_hailful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_moldful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_moldful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_pageful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_pageful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_peg_nonzero.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_peg_nonzero.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_peg_zero.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_peg_zero.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_pegful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_pegful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_railful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_railful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_roadful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_roadful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_sailful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_sailful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_snowful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_snowful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_typical.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_typical.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_unpegful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_unpegful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_untypical.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_untypical.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_unvaluable.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_unvaluable.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_valuable.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_valuable.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/all_willful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/all_willful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/any_peg_nonzero.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/any_peg_nonzero.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/any_peg_zero.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/any_peg_zero.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/any_pegful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/any_pegful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/any_typical.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/any_typical.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/any_unpegful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/any_unpegful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/any_untypical.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/any_untypical.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/any_unvaluable.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/any_unvaluable.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/any_valuable.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/any_valuable.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/calmful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/calmful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/coolful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/coolful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/dawnful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/dawnful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/flowful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/flowful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/glowful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/glowful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/gritful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/gritful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/hailful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/hailful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/moldful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/moldful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/pageful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/pageful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/peg_nonzero.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/peg_nonzero.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/peg_zero.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/peg_zero.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/pegful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/pegful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/railful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/railful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/roadful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/roadful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/sailful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/sailful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/snowful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/snowful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/typical.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/typical.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/uncalmful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/uncalmful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/uncoolful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/uncoolful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/undawnful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/undawnful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/unflowful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/unflowful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/unglowful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/unglowful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/ungritful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/ungritful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/unhailful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/unhailful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/unmoldful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/unmoldful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/unpageful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/unpageful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/unpegful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/unpegful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/unrailful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/unrailful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/unroadful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/unroadful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/unsailful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/unsailful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/unsnowful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/unsnowful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/untypical.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/untypical.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/unvaluable.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/unvaluable.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/unwillful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/unwillful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/valuable.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/valuable.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/concepts/willful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/concepts/willful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/easy_kindred_repack.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/easy_kindred_repack.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/easy_paste.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/easy_paste.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/extend_back.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/extend_back.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/extend_front.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/extend_front.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/insert_types.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/insert_types.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/insert_values.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/insert_values.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/is_calmful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/is_calmful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/is_coolful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/is_coolful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/is_dawnful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/is_dawnful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/is_flowful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/is_flowful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/is_glowful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/is_glowful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/is_gritful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/is_gritful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/is_hailful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/is_hailful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/is_moldful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/is_moldful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/is_pageful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/is_pageful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/is_railful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/is_railful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/is_roadful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/is_roadful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/is_sailful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/is_sailful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/is_snowful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/is_snowful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/is_willful.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/is_willful.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/laborious_press.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/laborious_press.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/modify_types.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/modify_types.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/modify_values.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/modify_values.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/press.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/press.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/remove_types.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/remove_types.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/remove_values.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/remove_values.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/send.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/send.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/total.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/total.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/typical_among.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/typical_among.hpp -------------------------------------------------------------------------------- /conceptrodon/omennivore/zip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/omennivore/zip.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/agent.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/agent.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/among.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/among.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/bi_cognate_gauge.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/bi_cognate_gauge.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/bind.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/bind.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/bind_back.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/bind_back.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/bind_front.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/bind_front.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/classic_trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/classic_trek.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/classic_trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/classic_trip.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/cognate_erase.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/cognate_erase.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/cognate_filter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/cognate_filter.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/cognate_front.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/cognate_front.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/cognate_harvest.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/cognate_harvest.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/cognate_inject.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/cognate_inject.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/cognate_insert.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/cognate_insert.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/cognate_modify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/cognate_modify.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/cognate_observe.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/cognate_observe.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/cognate_remove.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/cognate_remove.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/cognate_repeat.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/cognate_repeat.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/cognate_reverse.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/cognate_reverse.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/cognate_rise.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/cognate_rise.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/cognate_rotate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/cognate_rotate.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/cognate_segment.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/cognate_segment.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/cognate_slice.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/cognate_slice.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/cognate_transform.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/cognate_transform.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/conceal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/conceal.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/concepts/all_clarify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/concepts/all_clarify.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/concepts/all_confess.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/concepts/all_confess.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/concepts/all_deceive.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/concepts/all_deceive.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/concepts/all_falsify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/concepts/all_falsify.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/concepts/any_clarify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/concepts/any_clarify.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/concepts/any_confess.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/concepts/any_confess.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/concepts/any_deceive.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/concepts/any_deceive.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/concepts/any_falsify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/concepts/any_falsify.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/concepts/clarify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/concepts/clarify.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/concepts/confess.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/concepts/confess.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/concepts/deceive.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/concepts/deceive.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/concepts/falsify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/concepts/falsify.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/conjunction.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/conjunction.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/disjunction.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/disjunction.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/find.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/find.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/flip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/flip.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/fold_left.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/fold_left.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/fold_left_first.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/fold_left_first.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/fold_right.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/fold_right.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/fold_right_last.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/fold_right_last.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/independent_find.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/independent_find.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/is_specialization_of.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/is_specialization_of.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/left_interview.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/left_interview.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/left_review.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/left_review.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/look_for.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/look_for.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/negation.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/negation.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/repack.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/repack.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/reveal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/reveal.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/right_interview.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/right_interview.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/right_review.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/right_review.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/sieve.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/sieve.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/situational.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/situational.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/skip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/skip.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/terse_independent_find.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/terse_independent_find.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/trek.hpp -------------------------------------------------------------------------------- /conceptrodon/pagelivore/trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pagelivore/trip.hpp -------------------------------------------------------------------------------- /conceptrodon/pay.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pay.hpp -------------------------------------------------------------------------------- /conceptrodon/peg.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/peg.hpp -------------------------------------------------------------------------------- /conceptrodon/persist.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/persist.hpp -------------------------------------------------------------------------------- /conceptrodon/phantom.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/phantom.hpp -------------------------------------------------------------------------------- /conceptrodon/prefix.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/prefix.hpp -------------------------------------------------------------------------------- /conceptrodon/pursuit.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/pursuit.hpp -------------------------------------------------------------------------------- /conceptrodon/raillivore/agent.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/raillivore/agent.hpp -------------------------------------------------------------------------------- /conceptrodon/raillivore/bind_back.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/raillivore/bind_back.hpp -------------------------------------------------------------------------------- /conceptrodon/raillivore/bind_front.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/raillivore/bind_front.hpp -------------------------------------------------------------------------------- /conceptrodon/raillivore/classic_trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/raillivore/classic_trek.hpp -------------------------------------------------------------------------------- /conceptrodon/raillivore/classic_trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/raillivore/classic_trip.hpp -------------------------------------------------------------------------------- /conceptrodon/raillivore/conceal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/raillivore/conceal.hpp -------------------------------------------------------------------------------- /conceptrodon/raillivore/flip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/raillivore/flip.hpp -------------------------------------------------------------------------------- /conceptrodon/raillivore/reveal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/raillivore/reveal.hpp -------------------------------------------------------------------------------- /conceptrodon/raillivore/skip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/raillivore/skip.hpp -------------------------------------------------------------------------------- /conceptrodon/raillivore/trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/raillivore/trek.hpp -------------------------------------------------------------------------------- /conceptrodon/raillivore/trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/raillivore/trip.hpp -------------------------------------------------------------------------------- /conceptrodon/ray.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/ray.hpp -------------------------------------------------------------------------------- /conceptrodon/reverie.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/reverie.hpp -------------------------------------------------------------------------------- /conceptrodon/roadrivore/agent.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/roadrivore/agent.hpp -------------------------------------------------------------------------------- /conceptrodon/roadrivore/bind_back.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/roadrivore/bind_back.hpp -------------------------------------------------------------------------------- /conceptrodon/roadrivore/bind_front.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/roadrivore/bind_front.hpp -------------------------------------------------------------------------------- /conceptrodon/roadrivore/classic_trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/roadrivore/classic_trek.hpp -------------------------------------------------------------------------------- /conceptrodon/roadrivore/classic_trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/roadrivore/classic_trip.hpp -------------------------------------------------------------------------------- /conceptrodon/roadrivore/conceal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/roadrivore/conceal.hpp -------------------------------------------------------------------------------- /conceptrodon/roadrivore/flip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/roadrivore/flip.hpp -------------------------------------------------------------------------------- /conceptrodon/roadrivore/reveal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/roadrivore/reveal.hpp -------------------------------------------------------------------------------- /conceptrodon/roadrivore/skip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/roadrivore/skip.hpp -------------------------------------------------------------------------------- /conceptrodon/roadrivore/trek.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/roadrivore/trek.hpp -------------------------------------------------------------------------------- /conceptrodon/roadrivore/trip.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/roadrivore/trip.hpp -------------------------------------------------------------------------------- /conceptrodon/roy.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/roy.hpp -------------------------------------------------------------------------------- /conceptrodon/say.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/say.hpp -------------------------------------------------------------------------------- /conceptrodon/sequnivore/kindred_repack.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/sequnivore/kindred_repack.hpp -------------------------------------------------------------------------------- /conceptrodon/sequnivore/paste.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/sequnivore/paste.hpp -------------------------------------------------------------------------------- /conceptrodon/shuttle.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/shuttle.hpp -------------------------------------------------------------------------------- /conceptrodon/sny.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/sny.hpp -------------------------------------------------------------------------------- /conceptrodon/stockivore/kindred_repack.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/stockivore/kindred_repack.hpp -------------------------------------------------------------------------------- /conceptrodon/stockivore/paste.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/stockivore/paste.hpp -------------------------------------------------------------------------------- /conceptrodon/sunrise.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/sunrise.hpp -------------------------------------------------------------------------------- /conceptrodon/travail.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/travail.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/amid.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/amid.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/amidst.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/amidst.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/among.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/among.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/any_conditional.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/any_conditional.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/are_distinct.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/are_distinct.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/are_overlapping.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/are_overlapping.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/are_unique.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/are_unique.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/classic_plume.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/classic_plume.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/all_clarify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/all_clarify.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/all_confess.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/all_confess.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/all_deceive.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/all_deceive.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/all_falsify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/all_falsify.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/all_nonzero.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/all_nonzero.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/all_zero.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/all_zero.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/any_clarify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/any_clarify.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/any_confess.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/any_confess.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/any_deceive.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/any_deceive.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/any_falsify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/any_falsify.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/any_nonzero.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/any_nonzero.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/any_zero.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/any_zero.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/clarify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/clarify.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/confess.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/confess.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/deceive.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/deceive.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/different_from.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/different_from.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/equal_to.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/equal_to.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/falsify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/falsify.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/greater_than.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/greater_than.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/less_than.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/less_than.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/negative_one.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/negative_one.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/no_greater_than.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/no_greater_than.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/no_less_than.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/no_less_than.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/nonzero.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/nonzero.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/unequal_to.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/unequal_to.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/concepts/zero.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/concepts/zero.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/conditional.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/conditional.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/conjure_set.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/conjure_set.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/contains.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/contains.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/diversity.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/diversity.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/duplicate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/duplicate.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/erase.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/erase.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/front.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/front.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/gauge.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/gauge.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/has.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/has.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/inject.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/inject.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/is_different.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/is_different.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/is_different_from.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/is_different_from.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/is_same.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/is_same.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/is_same_as.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/is_same_as.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/kindred_find.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/kindred_find.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/kindred_fold_left.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/kindred_fold_left.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/kindred_fold_left_first.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/kindred_fold_left_first.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/kindred_left_interview.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/kindred_left_interview.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/kindred_look_for.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/kindred_look_for.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/kindred_right_interview.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/kindred_right_interview.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/make_set.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/make_set.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/plume.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/plume.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/pop.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/pop.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/reiterate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/reiterate.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/rotate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/rotate.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/sensible_classic_plume.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/sensible_classic_plume.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/sensible_gauge.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/sensible_gauge.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/sensible_left_interview.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/sensible_left_interview.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/sensible_plume.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/sensible_plume.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/sensible_right_interview.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/sensible_right_interview.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/set_contains.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/set_contains.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/slice.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/slice.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/turn_over.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/turn_over.hpp -------------------------------------------------------------------------------- /conceptrodon/typelivore/upend.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/typelivore/upend.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/add.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/add.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/add_to.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/add_to.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/all.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/all.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/amid.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/amid.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/amidst.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/amidst.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/among.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/among.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/any.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/any.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/any_conditional.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/any_conditional.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/are_distinct.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/are_distinct.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/are_equal_to.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/are_equal_to.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/are_greater_than.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/are_greater_than.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/are_less_than.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/are_less_than.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/are_no_greater_than.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/are_no_greater_than.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/are_no_less_than.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/are_no_less_than.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/are_overlapping.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/are_overlapping.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/are_unequal_to.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/are_unequal_to.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/are_unique.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/are_unique.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/classic_plume.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/classic_plume.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/all_clarify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/all_clarify.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/all_confess.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/all_confess.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/all_deceive.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/all_deceive.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/all_falsify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/all_falsify.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/all_nonzero.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/all_nonzero.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/all_zero.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/all_zero.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/any_clarify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/any_clarify.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/any_confess.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/any_confess.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/any_deceive.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/any_deceive.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/any_falsify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/any_falsify.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/any_nonzero.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/any_nonzero.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/any_zero.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/any_zero.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/clarify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/clarify.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/confess.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/confess.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/deceive.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/deceive.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/different_from.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/different_from.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/equal_to.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/equal_to.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/falsify.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/falsify.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/greater_than.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/greater_than.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/less_than.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/less_than.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/negative_one.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/negative_one.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/no_less_than.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/no_less_than.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/nonzero.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/nonzero.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/same_as.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/same_as.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/unequal_to.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/unequal_to.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/concepts/zero.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/concepts/zero.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/conditional.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/conditional.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/contains.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/contains.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/diversity.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/diversity.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/duplicate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/duplicate.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/erase.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/erase.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/front.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/front.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/gauge.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/gauge.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/inject.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/inject.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/is_different.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/is_different.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/is_different_from.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/is_different_from.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/is_equal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/is_equal.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/is_greater.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/is_greater.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/is_less.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/is_less.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/is_no_greater.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/is_no_greater.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/is_no_less.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/is_no_less.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/is_same.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/is_same.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/is_same_as.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/is_same_as.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/is_unequal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/is_unequal.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/kindred_find.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/kindred_find.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/kindred_fold_left.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/kindred_fold_left.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/kindred_fold_right.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/kindred_fold_right.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/kindred_left_interview.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/kindred_left_interview.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/kindred_look_for.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/kindred_look_for.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/make_set.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/make_set.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/maximum.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/maximum.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/minimum.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/minimum.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/negative.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/negative.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/observe.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/observe.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/plume.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/plume.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/pop.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/pop.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/positive.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/positive.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/reiterate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/reiterate.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/rise.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/rise.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/rotate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/rotate.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/sensible_classic_plume.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/sensible_classic_plume.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/sensible_gauge.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/sensible_gauge.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/sensible_plume.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/sensible_plume.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/set_contains.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/set_contains.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/slice.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/slice.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/subtract.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/subtract.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/subtract_from.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/subtract_from.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/turn_over.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/turn_over.hpp -------------------------------------------------------------------------------- /conceptrodon/varybivore/upend.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/varybivore/upend.hpp -------------------------------------------------------------------------------- /conceptrodon/vay.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/vay.hpp -------------------------------------------------------------------------------- /conceptrodon/vehicle.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/vehicle.hpp -------------------------------------------------------------------------------- /conceptrodon/warehivore/kindred_repack.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/warehivore/kindred_repack.hpp -------------------------------------------------------------------------------- /conceptrodon/warehivore/paste.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/warehivore/paste.hpp -------------------------------------------------------------------------------- /conceptrodon/wiy.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/conceptrodon/wiy.hpp -------------------------------------------------------------------------------- /docs/code/introduction/functional_nature/types.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/code/introduction/functional_nature/types.hpp -------------------------------------------------------------------------------- /docs/code/introduction/functional_nature/types.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/code/introduction/functional_nature/types.hs -------------------------------------------------------------------------------- /docs/code/introduction/hello_world/composition.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/code/introduction/hello_world/composition.hpp -------------------------------------------------------------------------------- /docs/code/introduction/hello_world/convention.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/code/introduction/hello_world/convention.hpp -------------------------------------------------------------------------------- /docs/code/introduction/read_me/example.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/code/introduction/read_me/example.hpp -------------------------------------------------------------------------------- /docs/code/introduction/read_me/prologue.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/code/introduction/read_me/prologue.hpp -------------------------------------------------------------------------------- /docs/facilities/concepts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts.md -------------------------------------------------------------------------------- /docs/facilities/concepts/mouldivore/confess.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/mouldivore/confess.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/mouldivore/deceive.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/mouldivore/deceive.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/mouldivore/fake.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/mouldivore/fake.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/mouldivore/real.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/mouldivore/real.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/omennivore/calmful.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/omennivore/calmful.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/omennivore/coolful.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/omennivore/coolful.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/omennivore/dawnful.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/omennivore/dawnful.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/omennivore/flowful.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/omennivore/flowful.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/omennivore/glowful.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/omennivore/glowful.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/omennivore/gritful.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/omennivore/gritful.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/omennivore/hailful.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/omennivore/hailful.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/omennivore/moldful.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/omennivore/moldful.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/omennivore/pageful.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/omennivore/pageful.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/omennivore/pegful.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/omennivore/pegful.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/omennivore/railful.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/omennivore/railful.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/omennivore/roadful.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/omennivore/roadful.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/omennivore/sailful.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/omennivore/sailful.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/omennivore/snowful.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/omennivore/snowful.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/omennivore/typical.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/omennivore/typical.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/omennivore/willful.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/omennivore/willful.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/pagelivore/clarify.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/pagelivore/clarify.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/pagelivore/confess.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/pagelivore/confess.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/pagelivore/deceive.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/pagelivore/deceive.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/pagelivore/falsify.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/pagelivore/falsify.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/typelivore/clarify.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/typelivore/clarify.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/typelivore/confess.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/typelivore/confess.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/typelivore/deceive.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/typelivore/deceive.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/typelivore/falsify.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/typelivore/falsify.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/typelivore/nonzero.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/typelivore/nonzero.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/typelivore/zero.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/typelivore/zero.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/varybivore/clarify.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/varybivore/clarify.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/varybivore/confess.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/varybivore/confess.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/varybivore/deceive.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/varybivore/deceive.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/varybivore/falsify.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/varybivore/falsify.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/varybivore/nonzero.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/varybivore/nonzero.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/varybivore/same_as.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/varybivore/same_as.doc.md -------------------------------------------------------------------------------- /docs/facilities/concepts/varybivore/zero.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/concepts/varybivore/zero.doc.md -------------------------------------------------------------------------------- /docs/facilities/metafunctions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/metafunctions.md -------------------------------------------------------------------------------- /docs/facilities/utilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities.md -------------------------------------------------------------------------------- /docs/facilities/utilities/arcadia.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/arcadia.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/capsule.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/capsule.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/carrier.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/carrier.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/cay.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/cay.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/coy.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/coy.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/day.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/day.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/fly.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/fly.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/forlorn.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/forlorn.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/gly.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/gly.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/gry.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/gry.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/halcyon.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/halcyon.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/hay.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/hay.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/label.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/label.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/lullaby.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/lullaby.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/morning.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/morning.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/moy.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/moy.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/nirvana.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/nirvana.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/pay.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/pay.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/peg.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/peg.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/persist.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/persist.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/phantom.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/phantom.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/prefix.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/prefix.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/pursuit.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/pursuit.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/ray.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/ray.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/reverie.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/reverie.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/roy.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/roy.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/say.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/say.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/shuttle.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/shuttle.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/sny.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/sny.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/sunrise.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/sunrise.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/travail.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/travail.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/vay.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/vay.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/vehicle.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/vehicle.doc.md -------------------------------------------------------------------------------- /docs/facilities/utilities/wiy.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/facilities/utilities/wiy.doc.md -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/introduction/functional_nature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/introduction/functional_nature.md -------------------------------------------------------------------------------- /docs/introduction/hello_world.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/introduction/hello_world.md -------------------------------------------------------------------------------- /docs/introduction/vocabulary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/docs/introduction/vocabulary.md -------------------------------------------------------------------------------- /tests/general/EXEMPLAR.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/general/EXEMPLAR.test.hpp -------------------------------------------------------------------------------- /tests/general/concept_argument_mapping.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/general/concept_argument_mapping.test.hpp -------------------------------------------------------------------------------- /tests/general/concept_argument_order.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/general/concept_argument_order.test.hpp -------------------------------------------------------------------------------- /tests/general/concept_subsumption.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/general/concept_subsumption.test.hpp -------------------------------------------------------------------------------- /tests/general/variadic_concepts.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/general/variadic_concepts.test.hpp -------------------------------------------------------------------------------- /tests/tests.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/tests.cpp -------------------------------------------------------------------------------- /tests/unit/concepts/functivore/result_in.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/functivore/result_in.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/functivore/variadic.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/functivore/variadic.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/mouldivore/confess.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/mouldivore/confess.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/mouldivore/deceive.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/mouldivore/deceive.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/mouldivore/fake.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/mouldivore/fake.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/mouldivore/real.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/mouldivore/real.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/all_pegful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/all_pegful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/any_pegful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/any_pegful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/calmful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/calmful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/coolful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/coolful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/dawnful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/dawnful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/flowful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/flowful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/glowful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/glowful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/gritful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/gritful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/hailful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/hailful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/moldful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/moldful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/pageful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/pageful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/peg_zero.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/peg_zero.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/pegful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/pegful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/railful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/railful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/roadful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/roadful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/sailful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/sailful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/snowful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/snowful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/typical.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/typical.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/uncalmful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/uncalmful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/uncoolful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/uncoolful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/undawnful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/undawnful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/unflowful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/unflowful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/unglowful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/unglowful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/ungritful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/ungritful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/unhailful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/unhailful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/unmoldful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/unmoldful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/unpageful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/unpageful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/unpegful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/unpegful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/unrailful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/unrailful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/unroadful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/unroadful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/unsailful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/unsailful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/unsnowful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/unsnowful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/untypical.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/untypical.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/unvaluable.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/unvaluable.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/unwillful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/unwillful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/valuable.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/valuable.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/omennivore/willful.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/omennivore/willful.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/pagelivore/clarify.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/pagelivore/clarify.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/pagelivore/confess.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/pagelivore/confess.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/pagelivore/deceive.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/pagelivore/deceive.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/pagelivore/falsify.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/pagelivore/falsify.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/typelivore/all_zero.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/typelivore/all_zero.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/typelivore/any_zero.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/typelivore/any_zero.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/typelivore/clarify.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/typelivore/clarify.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/typelivore/confess.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/typelivore/confess.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/typelivore/deceive.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/typelivore/deceive.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/typelivore/equal_to.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/typelivore/equal_to.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/typelivore/falsify.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/typelivore/falsify.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/typelivore/less_than.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/typelivore/less_than.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/typelivore/nonzero.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/typelivore/nonzero.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/typelivore/unequal_to.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/typelivore/unequal_to.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/typelivore/zero.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/typelivore/zero.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/varybivore/all_zero.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/varybivore/all_zero.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/varybivore/any_zero.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/varybivore/any_zero.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/varybivore/clarify.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/varybivore/clarify.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/varybivore/confess.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/varybivore/confess.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/varybivore/deceive.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/varybivore/deceive.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/varybivore/equal_to.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/varybivore/equal_to.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/varybivore/falsify.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/varybivore/falsify.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/varybivore/less_than.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/varybivore/less_than.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/varybivore/nonzero.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/varybivore/nonzero.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/varybivore/same_as.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/varybivore/same_as.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/varybivore/unequal_to.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/varybivore/unequal_to.test.hpp -------------------------------------------------------------------------------- /tests/unit/concepts/varybivore/zero.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/concepts/varybivore/zero.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/cotanivore/paste.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/cotanivore/paste.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/mouldivore/agent.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/mouldivore/agent.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/mouldivore/among.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/mouldivore/among.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/mouldivore/bind.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/mouldivore/bind.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/mouldivore/find.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/mouldivore/find.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/mouldivore/flip.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/mouldivore/flip.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/mouldivore/recur.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/mouldivore/recur.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/mouldivore/sieve.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/mouldivore/sieve.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/mouldivore/skip.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/mouldivore/skip.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/mouldivore/trek.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/mouldivore/trek.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/mouldivore/trip.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/mouldivore/trip.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/omennivore/press.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/omennivore/press.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/omennivore/send.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/omennivore/send.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/omennivore/total.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/omennivore/total.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/pagelivore/agent.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/pagelivore/agent.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/pagelivore/among.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/pagelivore/among.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/pagelivore/bind.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/pagelivore/bind.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/pagelivore/find.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/pagelivore/find.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/pagelivore/flip.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/pagelivore/flip.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/pagelivore/sieve.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/pagelivore/sieve.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/pagelivore/skip.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/pagelivore/skip.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/pagelivore/trek.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/pagelivore/trek.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/pagelivore/trip.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/pagelivore/trip.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/raillivore/agent.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/raillivore/agent.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/raillivore/flip.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/raillivore/flip.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/raillivore/skip.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/raillivore/skip.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/raillivore/trek.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/raillivore/trek.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/raillivore/trip.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/raillivore/trip.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/roadrivore/agent.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/roadrivore/agent.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/roadrivore/flip.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/roadrivore/flip.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/roadrivore/skip.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/roadrivore/skip.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/roadrivore/trek.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/roadrivore/trek.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/roadrivore/trip.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/roadrivore/trip.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/sequnivore/paste.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/sequnivore/paste.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/stockivore/paste.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/stockivore/paste.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/typelivore/amid.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/typelivore/amid.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/typelivore/among.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/typelivore/among.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/typelivore/erase.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/typelivore/erase.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/typelivore/front.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/typelivore/front.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/typelivore/gauge.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/typelivore/gauge.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/typelivore/has.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/typelivore/has.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/typelivore/plume.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/typelivore/plume.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/typelivore/pop.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/typelivore/pop.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/typelivore/slice.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/typelivore/slice.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/typelivore/upend.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/typelivore/upend.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/varybivore/add.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/varybivore/add.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/varybivore/all.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/varybivore/all.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/varybivore/amid.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/varybivore/amid.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/varybivore/among.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/varybivore/among.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/varybivore/any.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/varybivore/any.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/varybivore/erase.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/varybivore/erase.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/varybivore/front.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/varybivore/front.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/varybivore/gauge.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/varybivore/gauge.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/varybivore/plume.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/varybivore/plume.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/varybivore/pop.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/varybivore/pop.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/varybivore/rise.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/varybivore/rise.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/varybivore/slice.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/varybivore/slice.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/varybivore/upend.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/varybivore/upend.test.hpp -------------------------------------------------------------------------------- /tests/unit/metafunctions/warehivore/paste.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/metafunctions/warehivore/paste.test.hpp -------------------------------------------------------------------------------- /tests/unit/utilities/shuttle.test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmazingMonster/conceptrodon/HEAD/tests/unit/utilities/shuttle.test.hpp --------------------------------------------------------------------------------