Home
last modified time | relevance | path

Searched refs:null_tag (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/boost/function_types/
Dproperty_tags.hpp98 typedef detail::property_tag<0,0> null_tag; typedef
100 template<class Tag1, class Tag2, class Tag3 = null_tag, class Tag4 = null_tag>
106 template<class Tag1, class Tag2, class Tag3> struct tag<Tag1,Tag2,Tag3,null_tag>
109 template<class Tag1, class Tag2> struct tag<Tag1,Tag2,null_tag,null_tag>
112 template<class Tag1> struct tag<Tag1,null_tag,null_tag,null_tag>
168 template<class Tag> struct has_property_tag<Tag,null_tag>
169 : ::boost::is_same<Tag, null_tag>
193 : has_property_tag<Tag, null_tag>
Dfunction_reference.hpp20 template<typename Types, typename Tag = null_tag> struct function_reference
Dfunction_pointer.hpp20 template<typename Types, typename Tag = null_tag> struct function_pointer
Dfunction_type.hpp19 template<typename Types, typename Tag = null_tag> struct function_type
Dmember_function_pointer.hpp21 template<typename Types, typename Tag = null_tag>
Dis_function.hpp19 template< typename T, typename Tag = null_tag >
Dis_nonmember_callable_builtin.hpp20 template< typename T, typename Tag = null_tag >
Dis_function_pointer.hpp20 template< typename T, typename Tag = null_tag >
Dis_member_pointer.hpp19 template< typename T, typename Tag = null_tag >
Dis_member_function_pointer.hpp20 template< typename T, typename Tag = null_tag >
Dis_function_reference.hpp20 template< typename T, typename Tag = null_tag >
Dis_callable_builtin.hpp20 template< typename T, typename Tag = null_tag >
/third_party/boost/boost/tti/
Dhas_function_template.hpp94 … BOOST_TTI_TP_FS = boost::mpl::vector<>,class BOOST_TTI_TP_TAG = boost::function_types::null_tag> \
226 … BOOST_TTI_TP_FS = boost::mpl::vector<>,class BOOST_TTI_TP_TAG = boost::function_types::null_tag> \
Dhas_static_member_function_template.hpp98 … BOOST_TTI_TP_FS = boost::mpl::vector<>,class BOOST_TTI_TP_TAG = boost::function_types::null_tag> \
238 … BOOST_TTI_TP_FS = boost::mpl::vector<>,class BOOST_TTI_TP_TAG = boost::function_types::null_tag> \
Dhas_member_function_template.hpp100 … BOOST_TTI_TP_FS = boost::mpl::vector<>,class BOOST_TTI_TP_TAG = boost::function_types::null_tag> \
241 … BOOST_TTI_TP_FS = boost::mpl::vector<>,class BOOST_TTI_TP_TAG = boost::function_types::null_tag> \
Dhas_function.hpp69 … BOOST_TTI_TP_FS = boost::mpl::vector<>,class BOOST_TTI_TP_TAG = boost::function_types::null_tag> \
Dhas_static_member_function.hpp71 … BOOST_TTI_TP_FS = boost::mpl::vector<>,class BOOST_TTI_TP_TAG = boost::function_types::null_tag> \
Dhas_member_function.hpp75 … BOOST_TTI_TP_FS = boost::mpl::vector<>,class BOOST_TTI_TP_TAG = boost::function_types::null_tag> \
/third_party/boost/libs/function_types/test/custom_ccs/
Dproperty_tag.cpp18 typedef ft::null_tag tag4;
27 BOOST_MPL_ASSERT((ft::has_property_tag<tag4, ft::null_tag>));
51 BOOST_MPL_ASSERT_NOT((ft::has_property_tag<tag3, ft::null_tag>));
/third_party/boost/boost/function_types/detail/pp_retag_default_cc/
Dpreprocessed.hpp30 typedef null_tag::bits bits;
31 typedef null_tag::mask mask;
Dmaster.hpp48 typedef null_tag::bits bits;
49 typedef null_tag::mask mask;
/third_party/boost/libs/tti/doc/
Dtti_detail.qbk181 Defaults to `boost::function_types::null_tag`.
214 Defaults to `boost::function_types::null_tag`.
253 Defaults to `boost::function_types::null_tag`.
284 Defaults to `boost::function_types::null_tag`.
319 Defaults to `boost::function_types::null_tag`.
346 Defaults to `boost::function_types::null_tag`.
/third_party/boost/boost/tti/detail/
Ddstatic_function_type.hpp31 boost::is_same<BOOST_TTI_DETAIL_TP_TAG,boost::function_types::null_tag>,
/third_party/boost/boost/contract/detail/type_traits/
Dmember_function_types.hpp56 boost::function_types::null_tag
Dmirror.hpp41 class BOOST_CONTRACT_DETAIL_NAME1(G) = boost::function_types::null_tag \

12