Home
last modified time | relevance | path

Searched refs:my_union (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/devel/boost-libs/boost_1_72_0/libs/type_traits/test/
H A Dudt_specialisations.cpp18 struct my_union struct
30 struct is_pod<my_union> argument
33 struct is_union<my_union>
36 struct is_class<my_union>
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pod<my_union>::value, true);
44 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_union<my_union>::value, true);
45 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_class<my_union>::value, false);
/dports/databases/xtrabackup/boost_1_59_0/libs/type_traits/test/
H A Dudt_specialisations.cpp18 struct my_union struct
30 struct is_pod<my_union> argument
33 struct is_union<my_union>
36 struct is_class<my_union>
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pod<my_union>::value, true);
44 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_union<my_union>::value, true);
45 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_class<my_union>::value, false);
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/type_traits/test/
H A Dudt_specialisations.cpp18 struct my_union struct
30 struct is_pod<my_union> argument
33 struct is_union<my_union>
36 struct is_class<my_union>
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pod<my_union>::value, true);
44 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_union<my_union>::value, true);
45 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_class<my_union>::value, false);
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/type_traits/test/
H A Dudt_specialisations.cpp18 struct my_union struct
30 struct is_pod<my_union> argument
33 struct is_union<my_union>
36 struct is_class<my_union>
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pod<my_union>::value, true);
44 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_union<my_union>::value, true);
45 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_class<my_union>::value, false);
/dports/databases/percona57-server/boost_1_59_0/libs/type_traits/test/
H A Dudt_specialisations.cpp18 struct my_union struct
30 struct is_pod<my_union> argument
33 struct is_union<my_union>
36 struct is_class<my_union>
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pod<my_union>::value, true);
44 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_union<my_union>::value, true);
45 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_class<my_union>::value, false);
/dports/databases/percona57-client/boost_1_59_0/libs/type_traits/test/
H A Dudt_specialisations.cpp18 struct my_union struct
30 struct is_pod<my_union> argument
33 struct is_union<my_union>
36 struct is_class<my_union>
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pod<my_union>::value, true);
44 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_union<my_union>::value, true);
45 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_class<my_union>::value, false);
/dports/devel/boost-docs/boost_1_72_0/libs/type_traits/test/
H A Dudt_specialisations.cpp18 struct my_union struct
30 struct is_pod<my_union> argument
33 struct is_union<my_union>
36 struct is_class<my_union>
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pod<my_union>::value, true);
44 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_union<my_union>::value, true);
45 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_class<my_union>::value, false);
/dports/devel/boost-python-libs/boost_1_72_0/libs/type_traits/test/
H A Dudt_specialisations.cpp18 struct my_union struct
30 struct is_pod<my_union> argument
33 struct is_union<my_union>
36 struct is_class<my_union>
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pod<my_union>::value, true);
44 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_union<my_union>::value, true);
45 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_class<my_union>::value, false);
/dports/devel/hyperscan/boost_1_75_0/libs/type_traits/test/
H A Dudt_specialisations.cpp18 struct my_union struct
30 struct is_pod<my_union> argument
33 struct is_union<my_union>
36 struct is_class<my_union>
43 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pod<my_union>::value, true);
44 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_union<my_union>::value, true);
45 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_class<my_union>::value, false);
/dports/devel/boost-docs/boost_1_72_0/libs/type_traits/doc/
H A Duser_defined.qbk21 struct my_union
33 struct __is_pod<my_union> : public __true_type{};
36 struct __is_union<my_union> : public __true_type{};
39 struct __is_class<my_union> : public __false_type{};
H A Dis_union.qbk33 Given `union my_union {};` then:
35 [:`is_union<my_union>` inherits from `__true_type`.]
37 [:`is_union<const my_union>::type` is the type `__true_type`.]
39 [:`is_union<my_union>::value` is an integral constant
42 [:`is_union<my_union*>::value` is an integral constant
/dports/databases/xtrabackup/boost_1_59_0/libs/type_traits/doc/
H A Duser_defined.qbk21 struct my_union
33 struct __is_pod<my_union> : public __true_type{};
36 struct __is_union<my_union> : public __true_type{};
39 struct __is_class<my_union> : public __false_type{};
H A Dis_union.qbk33 Given `union my_union {};` then:
35 [:`is_union<my_union>` inherits from `__true_type`.]
37 [:`is_union<const my_union>::type` is the type `__true_type`.]
39 [:`is_union<my_union>::value` is an integral constant
42 [:`is_union<my_union*>::value` is an integral constant
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/type_traits/doc/
H A Duser_defined.qbk21 struct my_union
33 struct __is_pod<my_union> : public __true_type{};
36 struct __is_union<my_union> : public __true_type{};
39 struct __is_class<my_union> : public __false_type{};
H A Dis_union.qbk33 Given `union my_union {};` then:
35 [:`is_union<my_union>` inherits from `__true_type`.]
37 [:`is_union<const my_union>::type` is the type `__true_type`.]
39 [:`is_union<my_union>::value` is an integral constant
42 [:`is_union<my_union*>::value` is an integral constant
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/type_traits/doc/
H A Duser_defined.qbk21 struct my_union
33 struct __is_pod<my_union> : public __true_type{};
36 struct __is_union<my_union> : public __true_type{};
39 struct __is_class<my_union> : public __false_type{};
H A Dis_union.qbk33 Given `union my_union {};` then:
35 [:`is_union<my_union>` inherits from `__true_type`.]
37 [:`is_union<const my_union>::type` is the type `__true_type`.]
39 [:`is_union<my_union>::value` is an integral constant
42 [:`is_union<my_union*>::value` is an integral constant
/dports/databases/percona57-server/boost_1_59_0/libs/type_traits/doc/
H A Duser_defined.qbk21 struct my_union
33 struct __is_pod<my_union> : public __true_type{};
36 struct __is_union<my_union> : public __true_type{};
39 struct __is_class<my_union> : public __false_type{};
H A Dis_union.qbk33 Given `union my_union {};` then:
35 [:`is_union<my_union>` inherits from `__true_type`.]
37 [:`is_union<const my_union>::type` is the type `__true_type`.]
39 [:`is_union<my_union>::value` is an integral constant
42 [:`is_union<my_union*>::value` is an integral constant
/dports/databases/percona57-client/boost_1_59_0/libs/type_traits/doc/
H A Duser_defined.qbk21 struct my_union
33 struct __is_pod<my_union> : public __true_type{};
36 struct __is_union<my_union> : public __true_type{};
39 struct __is_class<my_union> : public __false_type{};
H A Dis_union.qbk33 Given `union my_union {};` then:
35 [:`is_union<my_union>` inherits from `__true_type`.]
37 [:`is_union<const my_union>::type` is the type `__true_type`.]
39 [:`is_union<my_union>::value` is an integral constant
42 [:`is_union<my_union*>::value` is an integral constant
/dports/devel/boost-libs/boost_1_72_0/libs/type_traits/doc/
H A Duser_defined.qbk21 struct my_union
33 struct __is_pod<my_union> : public __true_type{};
36 struct __is_union<my_union> : public __true_type{};
39 struct __is_class<my_union> : public __false_type{};
/dports/devel/boost-python-libs/boost_1_72_0/libs/type_traits/doc/
H A Duser_defined.qbk21 struct my_union
33 struct __is_pod<my_union> : public __true_type{};
36 struct __is_union<my_union> : public __true_type{};
39 struct __is_class<my_union> : public __false_type{};
H A Dis_union.qbk33 Given `union my_union {};` then:
35 [:`is_union<my_union>` inherits from `__true_type`.]
37 [:`is_union<const my_union>::type` is the type `__true_type`.]
39 [:`is_union<my_union>::value` is an integral constant
42 [:`is_union<my_union*>::value` is an integral constant
/dports/devel/hyperscan/boost_1_75_0/libs/type_traits/doc/
H A Duser_defined.qbk21 struct my_union
33 struct __is_pod<my_union> : public __true_type{};
36 struct __is_union<my_union> : public __true_type{};
39 struct __is_class<my_union> : public __false_type{};

1234567