|
ELC in dev
ELC-lang
|
#include <cstddef>#include <cstdlib>#include <cstring>#include <new>#include <algorithm>#include <type_traits>#include <typeinfo>#include <cmath>#include <cfenv>#include <ctime>#include <ranges>#include <initializer_list>#include <atomic>#include <malloc.h>#include <cuchar>#include <clocale>#include <locale>#include <istream>#include <ostream>#include <cstdio>宏定义 | |
| #define | __builtin_is_my_dick_still_there() true |
| #define | ELC_BASE_DEFS |
| #define | ELC_WARNING_LEVEL 4 |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | defspecflag(name) constexpr struct name##_t{} name{} |
| 快捷定义特殊类型的constexpr | |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | HAS_GCC_BUILTINS 0 |
| #define | HAS_MSVC_INTRINSICS 0 |
| #define | HAS_X86_ASM 0 |
| #define | HAS_X86_64_ASM 0 |
| #define | HAS_ARM_ASM 0 |
| #define | HAS_ARM64_ASM 0 |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | HAS_GCC_BUILTINS 0 |
| #define | HAS_MSVC_INTRINSICS 0 |
| #define | HAS_X86_ASM 0 |
| #define | HAS_X86_64_ASM 0 |
| #define | HAS_ARM_ASM 0 |
| #define | HAS_ARM64_ASM 0 |
| #define | TYPE_MAPPER(type) if constexpr(size == sizeof(type))return (type)0;else |
| #define | TYPE_MAPPER(type) if constexpr(size <= sizeof(type))return (type)0;else |
| #define | TYPE_MAPPER(type) if constexpr(size == sizeof(type))return (type)0;else |
| #define | TYPE_MAPPER(type) if constexpr(size <= sizeof(type))return (type)0;else |
| #define | TYPE_MAPPER(type) if constexpr(is_convertible<T,type>)return true;else |
| #define | TYPE_MAPPER(type) if constexpr(r_able_helper<T>()&&is_convertible<T,type>)return (type)v;else |
| #define | TYPE_MAPPER(type) |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | rot_base(opt, antiopt) static_cast<T>(static_cast<T>(v opt r) | static_cast<T>(v antiopt (d - r))) |
| #define | def_note(name) |
| #define | export using lifetime_n:: |
| #define | hash operator() |
| #define | hash operator() |
| #define | failed bitmark_data_initer(npos),false |
| #define | ELC_BASE |
| #define | ELC_APIS_alloc |
| #define | linux 2 |
| #define | windows 3 |
| #define | other 4 |
| #define | SYSTEM_TYPE other |
| #define | ERROR_MSG_UNABLE_OS "Unable OS,edit this file on your own or contact ELC's producers." |
| #define | ELC_USING_OVERHEADED_ALLOC |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | ELC_APIS_die |
| #define | ELC_APIS_char_set |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | U_MASK(x) ((uint32_t)1<<(x)) |
| #define | GET_CATEGORY(props) ((props)&0x1f) |
| #define | CAT_MASK(props) U_MASK(GET_CATEGORY(props)) |
| #define | _UTRIE_INDEX_FROM_SUPP(trieIndex, c) |
| #define | _UTRIE_INDEX_RAW(offset, trieIndex, c) |
| #define | _UTRIE_INDEX_FROM_CP(trie, asciiOffset, c) |
| #define | _UTRIE_GET(trie, data, asciiOffset, c) (trie)->data[_UTRIE_INDEX_FROM_CP(trie, asciiOffset, c)] |
| #define | UTRIE_GET16(trie, c) _UTRIE_GET((trie), index, (trie)->indexLength, (c)) |
| #define | GET_PROPS(c) (UTRIE_GET16(&propstrie, c)) |
| #define | IS_THAT_CONTROL_SPACE(c) (c<=0x9f && ((c>=TAB && c<=CR) || (c>=0x1c && c <=0x1f) || c==0x85)) |
| #define | linux 2 |
| #define | windows 3 |
| #define | other 4 |
| #define | SYSTEM_TYPE other |
| #define | ERROR_MSG_UNABLE_OS "Unable OS,edit this file on your own or contact ELC's producers." |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | ELC_APIS_function_name |
| #define | linux 2 |
| #define | windows 3 |
| #define | other 4 |
| #define | SYSTEM_TYPE other |
| #define | ERROR_MSG_UNABLE_OS "Unable OS,edit this file on your own or contact ELC's producers." |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | ELC_LOCALE |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | export using alloc_n:: |
| #define | export using get_n:: |
| #define | export using abstract_base_n:: |
| #define | export using ptr_n:: |
| #define | expr declvalue(func_t)(declvalue(T*)) |
| #define | expr declvalue(func_t)(declvalue(T&)) |
| #define | expr declvalue(func_t)(declvalue(const T&)) |
| #define | export using array_n:: |
| #define | export using function_n:: |
| #define | expr declvalue(func_t)(declvalue(T&)) |
| #define | expr declvalue(func_t)(declvalue(const T&)) |
| #define | export using stack_n:: |
| #define | expr declvalue(func_t)(declvalue(T&)) |
| #define | expr declvalue(func_t)(declvalue(const T&)) |
| #define | expr declvalue(func_t)(declvalue(bucket_t&)) |
| #define | expr declvalue(func_t)(declvalue(const bucket_t&)) |
| #define | export using hash_table_n:: |
| #define | expr declvalue(func_t)(declvalue(T&)) |
| #define | expr declvalue(func_t)(declvalue(const T&)) |
| #define | export using map_n:: |
| #define | export using memory::ptr_n:: |
| #define | export using gc_n:: |
| #define | export using defs::base:: |
| #define | ELC_BASE_EXCEPTION |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | export using defs::exception_n:: |
| #define | ELC_BASE_STREAM |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | export using defs:: |
| #define | ELC_CORE |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | export using defs::core:: |
| #define | ELC_STRING |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | _m _cso_info._mptr |
| #define | floating_arec_t floating_arec_t_impl<> |
| #define | pop_function_nodiscard nodiscard("if you don't want to use the return value, use remove_back() or remove_front() instead to avoid unnecessary cost") |
| #define | ELC_APIS_str_code_convert |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | export using defs:: |
| #define | ELC_multi_type_or_function_name_test_output |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | ELC_multi_string_arec_as_value |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | ELC_LIB_LOADER |
| #define | ELC_APIS_library_load |
| #define | linux 2 |
| #define | windows 3 |
| #define | other 4 |
| #define | SYSTEM_TYPE other |
| #define | ERROR_MSG_UNABLE_OS "Unable OS,edit this file on your own or contact ELC's producers." |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | export using defs::lib_loader_n:: |
| #define | ELC_LITERAL |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | export using :: |
| #define | ELC_MEMORY_STREAM |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | export using defs:: |
| #define | ELC_NAMESPACE |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | export using defs:: |
| #define | ELC_PACKAGE_SYMBOL_LOADER |
| #define | ELC_PATHS |
| #define | linux 2 |
| #define | windows 3 |
| #define | other 4 |
| #define | SYSTEM_TYPE other |
| #define | ERROR_MSG_UNABLE_OS "Unable OS,edit this file on your own or contact ELC's producers." |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | DYNAMIC_LIBRARY_SUFFIX ".so" |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | export using defs::package_symbol_loader_n:: |
| #define | ELC_STREAM |
| #define | ELC_APIS_streams |
| #define | linux 2 |
| #define | windows 3 |
| #define | other 4 |
| #define | SYSTEM_TYPE other |
| #define | ERROR_MSG_UNABLE_OS "Unable OS,edit this file on your own or contact ELC's producers." |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | disable_msvc_warning(...) |
| #define | push_msvc_warning() |
| #define | pop_msvc_warning() |
| #define | push_and_disable_msvc_warning(...) |
| #define | noexcept_as(...) noexcept(noexcept((__VA_ARGS__))) |
| #define | noexcept_as_auto MAGIC |
| #define | constexpr_as(...) MAGIC constexpr |
| #define | constexpr_as_auto MAGIC MAGIC constexpr |
| #define | using_method_from_base_t(name, ...) |
| #define | using_method_from_value(name, value_name, ...) |
| #define | floop while(__builtin_is_my_dick_still_there()) |
| #define | times(...) ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
| #define | debug_times(...) (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
| #define | enable_adl(name) void name()noexcept=delete |
| #define | re_declvalue(...) (declvalue(decltype(__VA_ARGS__))) |
| #define | re_decltype(...) (decltype(declvalue(__VA_ARGS__))) |
| #define | declvalue(...) (::std::declval<__VA_ARGS__>()) |
| #define | template_error(reason) static_assert(template_error_helper<T>,reason) |
| #define | template_error_of_type(type, reason) static_assert(template_error_helper<type>,reason) |
| #define | template_warning(reason) template_warning_helper<T>(reason) |
| #define | type_info_of(...) base_type_info_t(typeid(__VA_ARGS__)) |
| #define | type_name_of(...) (type_info_of(__VA_ARGS__).get_name()) |
| #define | is_common_attribute(name) public attribute<T,name<T>> |
| #define | is_special_attribute(name) public attribute<T,name> |
| #define | has_attribute(...) template_name has_attribute_helper<__VA_ARGS__>() |
| #define | not_has_attribute(...) template_name not_has_has_attribute_helper<__VA_ARGS__>() |
| #define | float_size_of(...) (float_size_t{sizeof(__VA_ARGS__)}) |
| #define | bitnum_of(...) (sizeof(__VA_ARGS__)*CHAR_BIT) |
| #define | def_common_attribute_with_nothing(name) |
| #define | def_special_attribute_with_nothing(name) class name{}\ |
| #define | common_attribute_t template<class>class |
| #define | special_attribute_t class |
| #define | enable_if(...) class enable_state= ::std::enable_if_t<__VA_ARGS__> |
| #define | enabled_by_default class enable_state=void |
| #define | disabled_by_default class enable_state= ::std::enable_if_t<false> |
| #define | enable_if_not_ill_form(...) class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
| #define | enable_flag class enable_state |
| #define | was_an_ill_form(...) (!was_not_an_ill_form(__VA_ARGS__)) |
| #define | was_an_ill_form_with_parameter(...) (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
| #define | was_not_an_ill_form(...) (bool(requires{__VA_ARGS__;})) |
| #define | was_not_an_ill_form_and_noexcept(...) (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
| #define | was_not_an_ill_form_with_parameter(...) (bool(requires __VA_ARGS__ )) |
| #define | recursive_λ(...) λ(auto&&λ_RLSRRS,__VA_ARGS__) |
| #define | get_recursive_λ_caller(name, ...) |
| #define | λ [] |
| #define | exλ [&] |
| #define | λ_with_catch(...) [__VA_ARGS__] |
| #define | self_recursion(...) λ_RLSRRS(λ_RLSRRS,__VA_ARGS__) |
| #define | λ_RLSRRS _my_jb_super_sb_name_ |
| #define | λ_inline |
| #define | λ_force_inline |
| #define | MAGIC |
| #define | nothing |
| #define | elseif else if |
| #define | _big_than_ > |
| #define | _small_than_ < |
| #define | INTER_NAMESPACE(NAMESPACENAME) namespace NAMESPACENAME{ |
| #define | BREAK_NAMESPACE } |
| #define | template_name template |
| #define | type_name class |
| #define | not_in_debug 1 |
| #define | in_debug 0 |
| #define | es U"" |
| #define | ec(ch) U ## ch |
| #define | ELC_TEST_EVENTNAME(name) |
| #define | override_instance_struct |
| #define | distinctive |
| #define | force_inline inline |
| #define | with_no_vtable |
| #define | in_consteval (::std::is_constant_evaluated()) |
| #define | no_vtable_struct struct with_no_vtable |
| #define | no_vtable_class class with_no_vtable |
| #define | inheriting_base_stream_operations_from(expr) |
| #define | inheriting_base_stream_operations_from_pointer(ptr) inheriting_base_stream_operations_from(*ptr) |
| #define | inheriting_istream_operations_from(expr) |
| #define | inheriting_istream_operations_from_pointer(ptr) inheriting_istream_operations_from(*ptr) |
| #define | inheriting_ostream_operations_from(expr) |
| #define | inheriting_ostream_operations_from_pointer(ptr) inheriting_ostream_operations_from(*ptr) |
| #define | export using defs::stream_n:: |
| #define | ELC_VOID_NAME |
| #define | void the_void |
| #define | ELC_ALL |
枚举 | |
| enum class | elc::defs::base::flag_set_type : bool { elc::defs::base::seted =true , elc::defs::base::not_set =false } |
| enum class | elc::defs::base::mark_type : bool { elc::defs::base::marked =true , elc::defs::base::not_mark =false } |
| enum class | elc::defs::stream_n::seek_type { elc::defs::stream_n::beg , elc::defs::stream_n::end , elc::defs::stream_n::cur } |
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ [] |
让λ定义更加美观
在文件 all_defs.cpp 第 623 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_force_inline |
在文件 all_defs.cpp 第 641 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_inline |
在文件 all_defs.cpp 第 640 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_RLSRRS _my_jb_super_sb_name_ |
在文件 all_defs.cpp 第 631 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define λ_with_catch | ( | ... | ) | [__VA_ARGS__] |
让λ定义更加美观
在文件 all_defs.cpp 第 627 行定义.
| #define __builtin_is_my_dick_still_there | ( | ) | true |
在文件 all_defs.cpp 第 264 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _big_than_ > |
aya风格语法糖
在文件 all_defs.cpp 第 652 行定义.
| #define _m _cso_info._mptr |
在文件 all_defs.cpp 第 38629 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _small_than_ < |
aya风格语法糖
在文件 all_defs.cpp 第 654 行定义.
| #define _UTRIE_GET | ( | trie, | |
| data, | |||
| asciiOffset, | |||
| c | |||
| ) | (trie)->data[_UTRIE_INDEX_FROM_CP(trie, asciiOffset, c)] |
在文件 all_defs.cpp 第 15147 行定义.
| #define _UTRIE_INDEX_FROM_CP | ( | trie, | |
| asciiOffset, | |||
| c | |||
| ) |
在文件 all_defs.cpp 第 15134 行定义.
| #define _UTRIE_INDEX_FROM_SUPP | ( | trieIndex, | |
| c | |||
| ) |
在文件 all_defs.cpp 第 15121 行定义.
| #define _UTRIE_INDEX_RAW | ( | offset, | |
| trieIndex, | |||
| c | |||
| ) |
在文件 all_defs.cpp 第 15129 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define bitnum_of | ( | ... | ) | (sizeof(__VA_ARGS__)*CHAR_BIT) |
在文件 all_defs.cpp 第 578 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define BREAK_NAMESPACE } |
退出名称空间,并不是很美观
在文件 all_defs.cpp 第 665 行定义.
| #define CAT_MASK | ( | props | ) | U_MASK(GET_CATEGORY(props)) |
在文件 all_defs.cpp 第 15119 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
| #define common_attribute_t template<class>class |
在文件 all_defs.cpp 第 588 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 526 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
在文件 all_defs.cpp 第 527 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define debug_times | ( | ... | ) | (debug_timer_t timer;[[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t((timer.reset(),(__VA_ARGS__)))) |
在文件 all_defs.cpp 第 545 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define declvalue | ( | ... | ) | (::std::declval<__VA_ARGS__>()) |
在文件 all_defs.cpp 第 556 行定义.
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_common_attribute_with_nothing | ( | name | ) |
| #define def_note | ( | name | ) |
在文件 all_defs.cpp 第 8881 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define def_special_attribute_with_nothing | ( | name | ) | class name{}\ |
在文件 all_defs.cpp 第 585 行定义.
| #define defspecflag | ( | name | ) | constexpr struct name##_t{} name{} |
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 476 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define disabled_by_default class enable_state= ::std::enable_if_t<false> |
默认不参与模板候选
在文件 all_defs.cpp 第 603 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define distinctive |
在文件 all_defs.cpp 第 700 行定义.
| #define DYNAMIC_LIBRARY_SUFFIX ".so" |
在文件 all_defs.cpp 第 55519 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ec | ( | ch | ) | U ## ch |
在文件 all_defs.cpp 第 681 行定义.
| #define ELC_ALL |
在文件 all_defs.cpp 第 59637 行定义.
| #define ELC_APIS_alloc |
在文件 all_defs.cpp 第 13441 行定义.
| #define ELC_APIS_char_set |
在文件 all_defs.cpp 第 14663 行定义.
| #define ELC_APIS_die |
在文件 all_defs.cpp 第 14574 行定义.
| #define ELC_APIS_function_name |
在文件 all_defs.cpp 第 18667 行定义.
| #define ELC_APIS_library_load |
在文件 all_defs.cpp 第 42954 行定义.
| #define ELC_APIS_str_code_convert |
在文件 all_defs.cpp 第 40046 行定义.
| #define ELC_APIS_streams |
在文件 all_defs.cpp 第 57082 行定义.
| #define ELC_BASE |
在文件 all_defs.cpp 第 13367 行定义.
| #define ELC_BASE_DEFS |
在文件 all_defs.cpp 第 286 行定义.
| #define ELC_BASE_EXCEPTION |
在文件 all_defs.cpp 第 27430 行定义.
| #define ELC_BASE_STREAM |
在文件 all_defs.cpp 第 28462 行定义.
| #define ELC_CORE |
在文件 all_defs.cpp 第 31745 行定义.
| #define ELC_LIB_LOADER |
在文件 all_defs.cpp 第 42842 行定义.
| #define ELC_LITERAL |
在文件 all_defs.cpp 第 51668 行定义.
| #define ELC_LOCALE |
在文件 all_defs.cpp 第 19515 行定义.
| #define ELC_MEMORY_STREAM |
在文件 all_defs.cpp 第 52466 行定义.
| #define ELC_multi_string_arec_as_value |
在文件 all_defs.cpp 第 42223 行定义.
| #define ELC_multi_type_or_function_name_test_output |
在文件 all_defs.cpp 第 41577 行定义.
| #define ELC_NAMESPACE |
在文件 all_defs.cpp 第 53544 行定义.
| #define ELC_PACKAGE_SYMBOL_LOADER |
在文件 all_defs.cpp 第 54798 行定义.
| #define ELC_PATHS |
在文件 all_defs.cpp 第 54908 行定义.
| #define ELC_STREAM |
在文件 all_defs.cpp 第 57011 行定义.
| #define ELC_STRING |
在文件 all_defs.cpp 第 34994 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_TEST_EVENTNAME | ( | name | ) |
在文件 all_defs.cpp 第 686 行定义.
| #define ELC_USING_OVERHEADED_ALLOC |
在文件 all_defs.cpp 第 13492 行定义.
| #define ELC_VOID_NAME |
在文件 all_defs.cpp 第 59629 行定义.
| #define ELC_WARNING_LEVEL 4 |
在文件 all_defs.cpp 第 439 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define elseif else if |
aya风格语法糖
在文件 all_defs.cpp 第 650 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_adl | ( | name | ) | void name()noexcept=delete |
在文件 all_defs.cpp 第 550 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_flag class enable_state |
用于模板声明
在文件 all_defs.cpp 第 607 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if | ( | ... | ) | class enable_state= ::std::enable_if_t<__VA_ARGS__> |
若参数的布尔值为零,那么此模板不会实例化
为什么不用cpp20的constraints? 1.不能类内定义 2.不能作为模板参数 一句话总结:c艹标准会sb
在文件 all_defs.cpp 第 599 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enable_if_not_ill_form | ( | ... | ) | class enable_state= ::std::void_t<decltype(__VA_ARGS__)> |
若参数为病式,那么此模板不会实例化
在文件 all_defs.cpp 第 605 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define enabled_by_default class enable_state=void |
默认参与模板候选
在文件 all_defs.cpp 第 601 行定义.
| #define ERROR_MSG_UNABLE_OS "Unable OS,edit this file on your own or contact ELC's producers." |
在文件 all_defs.cpp 第 13486 行定义.
| #define ERROR_MSG_UNABLE_OS "Unable OS,edit this file on your own or contact ELC's producers." |
在文件 all_defs.cpp 第 13486 行定义.
| #define ERROR_MSG_UNABLE_OS "Unable OS,edit this file on your own or contact ELC's producers." |
在文件 all_defs.cpp 第 13486 行定义.
| #define ERROR_MSG_UNABLE_OS "Unable OS,edit this file on your own or contact ELC's producers." |
在文件 all_defs.cpp 第 13486 行定义.
| #define ERROR_MSG_UNABLE_OS "Unable OS,edit this file on your own or contact ELC's producers." |
在文件 all_defs.cpp 第 13486 行定义.
| #define ERROR_MSG_UNABLE_OS "Unable OS,edit this file on your own or contact ELC's producers." |
在文件 all_defs.cpp 第 13486 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define es U"" |
在文件 all_defs.cpp 第 680 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define exλ [&] |
让λ定义更加美观
在文件 all_defs.cpp 第 625 行定义.
| #define export using lifetime_n:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using alloc_n:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using get_n:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using abstract_base_n:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using ptr_n:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using array_n:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using function_n:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using stack_n:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using hash_table_n:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using map_n:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using memory::ptr_n:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using gc_n:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using defs::base:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using defs::exception_n:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using defs:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using defs::core:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using defs:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using defs::lib_loader_n:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using :: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using defs:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using defs:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using defs::package_symbol_loader_n:: |
在文件 all_defs.cpp 第 10220 行定义.
| #define export using defs::stream_n:: |
在文件 all_defs.cpp 第 10220 行定义.
在文件 all_defs.cpp 第 23489 行定义.
在文件 all_defs.cpp 第 23489 行定义.
在文件 all_defs.cpp 第 23489 行定义.
在文件 all_defs.cpp 第 23489 行定义.
在文件 all_defs.cpp 第 23489 行定义.
在文件 all_defs.cpp 第 23489 行定义.
在文件 all_defs.cpp 第 23489 行定义.
在文件 all_defs.cpp 第 23489 行定义.
在文件 all_defs.cpp 第 23489 行定义.
在文件 all_defs.cpp 第 23489 行定义.
在文件 all_defs.cpp 第 23489 行定义.
| #define failed bitmark_data_initer(npos),false |
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define float_size_of | ( | ... | ) | (float_size_t{sizeof(__VA_ARGS__)}) |
在文件 all_defs.cpp 第 576 行定义.
| #define floating_arec_t floating_arec_t_impl<> |
在文件 all_defs.cpp 第 38996 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define floop while(__builtin_is_my_dick_still_there()) |
在文件 all_defs.cpp 第 543 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define force_inline inline |
在文件 all_defs.cpp 第 708 行定义.
| #define GET_CATEGORY | ( | props | ) | ((props)&0x1f) |
在文件 all_defs.cpp 第 15117 行定义.
| #define GET_PROPS | ( | c | ) | (UTRIE_GET16(&propstrie, c)) |
在文件 all_defs.cpp 第 15151 行定义.
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
让λ递归更加美观
在文件 all_defs.cpp 第 618 行定义.
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define get_recursive_λ_caller | ( | name, | |
| ... | |||
| ) |
| #define HAS_ARM64_ASM 0 |
在文件 all_defs.cpp 第 3360 行定义.
| #define HAS_ARM64_ASM 0 |
在文件 all_defs.cpp 第 3360 行定义.
| #define HAS_ARM_ASM 0 |
在文件 all_defs.cpp 第 3353 行定义.
| #define HAS_ARM_ASM 0 |
在文件 all_defs.cpp 第 3353 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define has_attribute | ( | ... | ) | template_name has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 572 行定义.
| #define HAS_GCC_BUILTINS 0 |
在文件 all_defs.cpp 第 3325 行定义.
| #define HAS_GCC_BUILTINS 0 |
在文件 all_defs.cpp 第 3325 行定义.
| #define HAS_MSVC_INTRINSICS 0 |
在文件 all_defs.cpp 第 3332 行定义.
| #define HAS_MSVC_INTRINSICS 0 |
在文件 all_defs.cpp 第 3332 行定义.
| #define HAS_X86_64_ASM 0 |
在文件 all_defs.cpp 第 3346 行定义.
| #define HAS_X86_64_ASM 0 |
在文件 all_defs.cpp 第 3346 行定义.
| #define HAS_X86_ASM 0 |
在文件 all_defs.cpp 第 3339 行定义.
| #define HAS_X86_ASM 0 |
在文件 all_defs.cpp 第 3339 行定义.
| #define hash operator() |
在文件 all_defs.cpp 第 10922 行定义.
| #define hash operator() |
在文件 all_defs.cpp 第 10922 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_consteval (::std::is_constant_evaluated()) |
在文件 all_defs.cpp 第 717 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define in_debug 0 |
在文件 all_defs.cpp 第 677 行定义.
| #define inheriting_base_stream_operations_from | ( | expr | ) |
在文件 all_defs.cpp 第 58814 行定义.
| #define inheriting_base_stream_operations_from_pointer | ( | ptr | ) | inheriting_base_stream_operations_from(*ptr) |
在文件 all_defs.cpp 第 58835 行定义.
| #define inheriting_istream_operations_from | ( | expr | ) |
在文件 all_defs.cpp 第 58838 行定义.
| #define inheriting_istream_operations_from_pointer | ( | ptr | ) | inheriting_istream_operations_from(*ptr) |
在文件 all_defs.cpp 第 58857 行定义.
| #define inheriting_ostream_operations_from | ( | expr | ) |
在文件 all_defs.cpp 第 58860 行定义.
| #define inheriting_ostream_operations_from_pointer | ( | ptr | ) | inheriting_ostream_operations_from(*ptr) |
在文件 all_defs.cpp 第 58867 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define INTER_NAMESPACE | ( | NAMESPACENAME | ) | namespace NAMESPACENAME{ |
进入名称空间,并不是很美观
在文件 all_defs.cpp 第 663 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_common_attribute | ( | name | ) | public attribute<T,name<T>> |
在文件 all_defs.cpp 第 569 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define is_special_attribute | ( | name | ) | public attribute<T,name> |
在文件 all_defs.cpp 第 570 行定义.
| #define IS_THAT_CONTROL_SPACE | ( | c | ) | (c<=0x9f && ((c>=TAB && c<=CR) || (c>=0x1c && c <=0x1f) || c==0x85)) |
在文件 all_defs.cpp 第 17592 行定义.
| #define linux 2 |
在文件 all_defs.cpp 第 13476 行定义.
| #define linux 2 |
在文件 all_defs.cpp 第 13476 行定义.
| #define linux 2 |
在文件 all_defs.cpp 第 13476 行定义.
| #define linux 2 |
在文件 all_defs.cpp 第 13476 行定义.
| #define linux 2 |
在文件 all_defs.cpp 第 13476 行定义.
| #define linux 2 |
在文件 all_defs.cpp 第 13476 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define MAGIC |
在文件 all_defs.cpp 第 644 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_class class with_no_vtable |
在文件 all_defs.cpp 第 720 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define no_vtable_struct struct with_no_vtable |
在文件 all_defs.cpp 第 719 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as | ( | ... | ) | noexcept(noexcept((__VA_ARGS__))) |
在文件 all_defs.cpp 第 524 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define noexcept_as_auto MAGIC |
在文件 all_defs.cpp 第 525 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_has_attribute | ( | ... | ) | template_name not_has_has_attribute_helper<__VA_ARGS__>() |
在文件 all_defs.cpp 第 573 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define not_in_debug 1 |
在文件 all_defs.cpp 第 676 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define nothing |
装饰性语法糖
在文件 all_defs.cpp 第 647 行定义.
| #define other 4 |
在文件 all_defs.cpp 第 13478 行定义.
| #define other 4 |
在文件 all_defs.cpp 第 13478 行定义.
| #define other 4 |
在文件 all_defs.cpp 第 13478 行定义.
| #define other 4 |
在文件 all_defs.cpp 第 13478 行定义.
| #define other 4 |
在文件 all_defs.cpp 第 13478 行定义.
| #define other 4 |
在文件 all_defs.cpp 第 13478 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define override_instance_struct |
在文件 all_defs.cpp 第 689 行定义.
| #define pop_function_nodiscard nodiscard("if you don't want to use the return value, use remove_back() or remove_front() instead to avoid unnecessary cost") |
在文件 all_defs.cpp 第 39190 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define pop_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 478 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_and_disable_msvc_warning | ( | ... | ) |
在文件 all_defs.cpp 第 479 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define push_msvc_warning | ( | ) |
在文件 all_defs.cpp 第 477 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_decltype | ( | ... | ) | (decltype(declvalue(__VA_ARGS__))) |
在文件 all_defs.cpp 第 554 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
| #define re_declvalue | ( | ... | ) | (declvalue(decltype(__VA_ARGS__))) |
在文件 all_defs.cpp 第 553 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
让λ递归更加美观
在文件 all_defs.cpp 第 616 行定义.
| #define rot_base | ( | opt, | |
| antiopt | |||
| ) | static_cast<T>(static_cast<T>(v opt r) | static_cast<T>(v antiopt (d - r))) |
在文件 all_defs.cpp 第 8532 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
让λ定义更加美观
在文件 all_defs.cpp 第 629 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define special_attribute_t class |
在文件 all_defs.cpp 第 589 行定义.
| #define SYSTEM_TYPE other |
在文件 all_defs.cpp 第 13484 行定义.
| #define SYSTEM_TYPE other |
在文件 all_defs.cpp 第 13484 行定义.
| #define SYSTEM_TYPE other |
在文件 all_defs.cpp 第 13484 行定义.
| #define SYSTEM_TYPE other |
在文件 all_defs.cpp 第 13484 行定义.
| #define SYSTEM_TYPE other |
在文件 all_defs.cpp 第 13484 行定义.
| #define SYSTEM_TYPE other |
在文件 all_defs.cpp 第 13484 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error | ( | reason | ) | static_assert(template_error_helper<T>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 559 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_error_of_type | ( | type, | |
| reason | |||
| ) | static_assert(template_error_helper<type>,reason) |
实例化到此将引发错误
在文件 all_defs.cpp 第 561 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_name template |
template说明符
在文件 all_defs.cpp 第 668 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define template_warning | ( | reason | ) | template_warning_helper<T>(reason) |
实例化到此将引发警告
在文件 all_defs.cpp 第 563 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define times | ( | ... | ) | ([[maybe_unused]]auto [loop_times,loop_end_value] : ::elc::defs::times_provider_t(__VA_ARGS__)) |
在文件 all_defs.cpp 第 544 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define type_info_of | ( | ... | ) | base_type_info_t(typeid(__VA_ARGS__)) |
在文件 all_defs.cpp 第 566 行定义.
| #define TYPE_MAPPER | ( | type | ) | if constexpr(r_able_helper<T>()&&is_convertible<T,type>)return (type)v;else |
| #define TYPE_MAPPER | ( | type | ) |
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name class |
template说明符
在文件 all_defs.cpp 第 670 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define type_name_of | ( | ... | ) | (type_info_of(__VA_ARGS__).get_name()) |
在文件 all_defs.cpp 第 567 行定义.
| #define U_MASK | ( | x | ) | ((uint32_t)1<<(x)) |
在文件 all_defs.cpp 第 15115 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_base_t | ( | name, | |
| ... | |||
| ) |
在文件 all_defs.cpp 第 529 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define using_method_from_value | ( | name, | |
| value_name, | |||
| ... | |||
| ) |
在文件 all_defs.cpp 第 536 行定义.
| #define UTRIE_GET16 | ( | trie, | |
| c | |||
| ) | _UTRIE_GET((trie), index, (trie)->indexLength, (c)) |
在文件 all_defs.cpp 第 15149 行定义.
| #define void the_void |
在文件 all_defs.cpp 第 59631 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form | ( | ... | ) | (!was_not_an_ill_form(__VA_ARGS__)) |
在文件 all_defs.cpp 第 609 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_an_ill_form_with_parameter | ( | ... | ) | (!was_not_an_ill_form_with_parameter(__VA_ARGS__)) |
在文件 all_defs.cpp 第 610 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form | ( | ... | ) | (bool(requires{__VA_ARGS__;})) |
在文件 all_defs.cpp 第 611 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_and_noexcept | ( | ... | ) | (bool(requires{__VA_ARGS__;{__VA_ARGS__}noexcept;})) |
在文件 all_defs.cpp 第 612 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define was_not_an_ill_form_with_parameter | ( | ... | ) | (bool(requires __VA_ARGS__ )) |
在文件 all_defs.cpp 第 613 行定义.
| #define windows 3 |
在文件 all_defs.cpp 第 13477 行定义.
| #define windows 3 |
在文件 all_defs.cpp 第 13477 行定义.
| #define windows 3 |
在文件 all_defs.cpp 第 13477 行定义.
| #define windows 3 |
在文件 all_defs.cpp 第 13477 行定义.
| #define windows 3 |
在文件 all_defs.cpp 第 13477 行定义.
| #define windows 3 |
在文件 all_defs.cpp 第 13477 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
| #define with_no_vtable |
在文件 all_defs.cpp 第 714 行定义.
在文件 all_defs.cpp 第 59630 行定义.
| if ::type::constexpr | ( | noexcept_stream_class< stream_T > | ) |
在文件 all_defs.cpp 第 29379 行定义.
| else |
在文件 all_defs.cpp 第 29385 行定义.