Home
last modified time | relevance | path

Searched defs:is_std_tuple (Results 1 – 13 of 13) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/eolian_cxx/grammar/
H A Dtype_traits.hpp44 struct is_std_tuple : std::false_type {}; struct
47 struct is_std_tuple<std::tuple<Args...> > : std::true_type {}; struct
49 struct is_std_tuple<std::tuple<Args...>&> : std::true_type {}; struct
51 struct is_std_tuple<const std::tuple<Args...> > : std::true_type {}; struct
53 struct is_std_tuple<const std::tuple<Args...>&> : std::true_type {}; struct
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/meta/
H A Dis_std_tuple.hpp23 struct is_std_tuple : public std::false_type { }; struct
26 struct is_std_tuple<std::tuple<Ts...> >: public std::true_type { }; struct
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/meta/
H A Dis_std_tuple.hpp23 struct is_std_tuple : public std::false_type { }; struct
26 struct is_std_tuple<std::tuple<Ts...> >: public std::true_type { }; struct
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/util/
H A Dtuples.cpp63 struct is_std_tuple struct
68 struct is_std_tuple<std::tuple<Ts...> > struct
/dports/devel/rpclib/rpclib-2.2.1/include/rpc/msgpack/v1/adaptor/boost/
H A Dfusion.hpp54 struct is_std_tuple { in MSGPACK_API_VERSION_NAMESPACE() struct
55 static bool const value = false; in MSGPACK_API_VERSION_NAMESPACE()
59 struct is_std_tuple<std::tuple<Args...>> { in MSGPACK_API_VERSION_NAMESPACE() struct
60 static bool const value = true; in MSGPACK_API_VERSION_NAMESPACE()
/dports/devel/cquery/cquery-20180718/third_party/msgpack-c/include/msgpack/v1/adaptor/boost/
H A Dfusion.hpp54 struct is_std_tuple { in MSGPACK_API_VERSION_NAMESPACE() struct
55 static bool const value = false; in MSGPACK_API_VERSION_NAMESPACE()
59 struct is_std_tuple<std::tuple<Args...>> { in MSGPACK_API_VERSION_NAMESPACE() struct
60 static bool const value = true; in MSGPACK_API_VERSION_NAMESPACE()
/dports/www/firefox/firefox-99.0/third_party/msgpack/include/msgpack/v1/adaptor/boost/
H A Dfusion.hpp54 struct is_std_tuple { in MSGPACK_API_VERSION_NAMESPACE() struct
55 static bool const value = false; in MSGPACK_API_VERSION_NAMESPACE()
59 struct is_std_tuple<std::tuple<Args...>> { in MSGPACK_API_VERSION_NAMESPACE() struct
60 static bool const value = true; in MSGPACK_API_VERSION_NAMESPACE()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/msgpack/include/msgpack/v1/adaptor/boost/
H A Dfusion.hpp54 struct is_std_tuple { in MSGPACK_API_VERSION_NAMESPACE() struct
55 static bool const value = false; in MSGPACK_API_VERSION_NAMESPACE()
59 struct is_std_tuple<std::tuple<Args...>> { in MSGPACK_API_VERSION_NAMESPACE() struct
60 static bool const value = true; in MSGPACK_API_VERSION_NAMESPACE()
/dports/www/firefox-esr/firefox-91.8.0/third_party/msgpack/include/msgpack/v1/adaptor/boost/
H A Dfusion.hpp54 struct is_std_tuple { in MSGPACK_API_VERSION_NAMESPACE() struct
55 static bool const value = false; in MSGPACK_API_VERSION_NAMESPACE()
59 struct is_std_tuple<std::tuple<Args...>> { in MSGPACK_API_VERSION_NAMESPACE() struct
60 static bool const value = true; in MSGPACK_API_VERSION_NAMESPACE()
/dports/devel/msgpack/msgpack-c-cpp-3.3.0/include/msgpack/v1/adaptor/boost/
H A Dfusion.hpp54 struct is_std_tuple { in MSGPACK_API_VERSION_NAMESPACE() struct
55 static bool const value = false; in MSGPACK_API_VERSION_NAMESPACE()
59 struct is_std_tuple<std::tuple<Args...>> { in MSGPACK_API_VERSION_NAMESPACE() struct
60 static bool const value = true; in MSGPACK_API_VERSION_NAMESPACE()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/msgpack/include/msgpack/v1/adaptor/boost/
H A Dfusion.hpp54 struct is_std_tuple { in MSGPACK_API_VERSION_NAMESPACE() struct
55 static bool const value = false; in MSGPACK_API_VERSION_NAMESPACE()
59 struct is_std_tuple<std::tuple<Args...>> { in MSGPACK_API_VERSION_NAMESPACE() struct
60 static bool const value = true; in MSGPACK_API_VERSION_NAMESPACE()
/dports/devel/toml11/toml11-3.7.0/toml/
H A Dtraits.hpp183 template<typename T> struct is_std_tuple : std::false_type{}; struct
185 struct is_std_tuple<std::tuple<Ts...>> : std::true_type{}; struct
/dports/devel/taskflow/taskflow-3.2.0/taskflow/utility/
H A Dserializer.hpp172 struct is_std_tuple : std::false_type {}; struct
175 struct is_std_tuple<std::tuple<ArgsT...>> : std::true_type {}; struct