Home
last modified time | relevance | path

Searched refs:is_complete_type (Results 1 – 25 of 76) sorted by relevance

1234

/dports/graphics/qgis/qgis-3.22.3/external/nlohmann/detail/meta/
H A Dtype_traits.hpp152 struct is_complete_type : std::false_type {}; struct
155 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
283 is_complete_type<
338 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/graphics/qgis-ltr/qgis-3.16.16/external/nlohmann/detail/meta/
H A Dtype_traits.hpp152 struct is_complete_type : std::false_type {}; struct
155 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
283 is_complete_type<
338 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/thirdparty/nlohmann/detail/meta/
H A Dtype_traits.hpp96 struct is_complete_type : std::false_type {}; struct
99 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
241 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/science/avogadrolibs/avogadrolibs-1.94.0/thirdparty/nlohmann/detail/meta/
H A Dtype_traits.hpp96 struct is_complete_type : std::false_type {}; struct
99 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
241 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/nlohmann-json/include/nlohmann/detail/meta/
H A Dtype_traits.hpp174 struct is_complete_type : std::false_type {}; struct
177 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
317 is_complete_type <
373 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/nlohmann/detail/meta/
H A Dtype_traits.hpp174 struct is_complete_type : std::false_type {}; struct
177 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
317 is_complete_type <
373 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/audio/giada/giada-0.17.1/src/deps/json/include/nlohmann/detail/meta/
H A Dtype_traits.hpp174 struct is_complete_type : std::false_type {}; struct
177 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
317 is_complete_type <
373 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/include/nlohmann/detail/meta/
H A Dtype_traits.hpp152 struct is_complete_type : std::false_type {}; struct
155 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
295 is_complete_type<
351 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/devel/pecl-swoole/swoole-4.8.5/thirdparty/nlohmann/detail/meta/
H A Dtype_traits.hpp152 struct is_complete_type : std::false_type {}; struct
155 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
295 is_complete_type<
351 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/lib/json/include/nlohmann/detail/meta/
H A Dtype_traits.hpp222 struct is_complete_type : std::false_type {}; struct
225 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
364 is_complete_type <
420 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/devel/nlohmann-json/json-3.10.4/include/nlohmann/detail/meta/
H A Dtype_traits.hpp250 struct is_complete_type : std::false_type {}; struct
253 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
374 is_complete_type <
426 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/rttr/detail/type/
H A Dtype_impl.h294 using is_complete_type = std::integral_constant<bool, !std::is_function<T>::value && !std::is_same<… variable
297 RTTR_LOCAL RTTR_INLINE enable_if_t<is_complete_type<T>::value, type>
311 RTTR_LOCAL RTTR_INLINE enable_if_t<!is_complete_type<T>::value, type>
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dconstraints.py242 complete = [typ for typ in types if is_complete_type(typ)]
249 def is_complete_type(typ: Type) -> bool: function
/dports/sysutils/nix/nix-2.3.10/src/nlohmann/
H A Djson.hpp597 struct is_complete_type : std::false_type {}; struct
600 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
728 is_complete_type<
783 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/net/eternalterminal/EternalTerminal-et-v5.1.9/src/base/
H A Djson.hpp345 struct is_complete_type : std::false_type {}; struct
348 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
486 : conjunction<is_complete_type<CompatibleType>,
/dports/science/qiskit-aer/qiskit-aer-0.5.2/src/third-party/headers/
H A Dnlohmann_json.hpp335 struct is_complete_type : std::false_type {}; struct
338 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
476 : conjunction<is_complete_type<CompatibleType>,
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/
H A Djson.hpp335 struct is_complete_type : std::false_type {}; struct
338 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
476 : conjunction<is_complete_type<CompatibleType>,
/dports/devel/jsonnet/jsonnet-0.17.0/third_party/json/
H A Djson.hpp1015 struct is_complete_type : std::false_type {}; struct
1018 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
1146 is_complete_type<
1201 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/math/pdal/PDAL-2.3.0/vendor/nlohmann/nlohmann/
H A Djson.hpp1019 struct is_complete_type : std::false_type {}; struct
1022 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
1162 is_complete_type<
1218 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/include/json/
H A Djson.hpp1015 struct is_complete_type : std::false_type {}; struct
1018 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
1146 is_complete_type<
1201 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/json/
H A Djson.hpp1015 struct is_complete_type : std::false_type {}; struct
1018 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
1146 is_complete_type<
1201 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/math/py-pdal/PDAL-2.3.5/pdal/nlohmann/
H A Djson.hpp1019 struct is_complete_type : std::false_type {}; struct
1022 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
1162 is_complete_type<
1218 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/devel/py-jsonnet/jsonnet-0.17.0/third_party/json/
H A Djson.hpp1015 struct is_complete_type : std::false_type {}; struct
1018 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
1146 is_complete_type<
1201 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/nlohmann_json/single_include/nlohmann/
H A Djson.hpp2499 struct is_complete_type : std::false_type {}; struct
2502 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
2642 is_complete_type<
2698 enable_if_t<is_complete_type<CompatibleType>::value >>
/dports/net-mgmt/icinga2/icinga2-2.13.2/third-party/nlohmann_json/
H A Djson.hpp2589 struct is_complete_type : std::false_type {}; struct
2592 struct is_complete_type<T, decltype(void(sizeof(T)))> : std::true_type {}; struct
2732 is_complete_type<
2788 enable_if_t<is_complete_type<CompatibleType>::value >>

1234