Home
last modified time | relevance | path

Searched defs:empty_arg_list (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/parameter/aux_/
Darg_list.hpp69 struct empty_arg_list struct
71 struct tagged_arg
78 inline BOOST_CONSTEXPR empty_arg_list(Args&&...) in empty_arg_list() argument
85 struct binding
108 operator[](::boost::parameter::aux::default_<K,Default> x) const in operator []()
115 operator[](::boost::parameter::aux::default_r_<K,Default> x) const in operator []()
140 typedef ::boost::parameter::aux::empty_arg_list type; // convenience
142 typedef ::boost::parameter::aux::arg_list_tag tag;
569 struct empty_arg_list struct
571 inline BOOST_CONSTEXPR empty_arg_list() in empty_arg_list() argument
[all …]
/third_party/boost/boost/log/detail/
Dparameter_tools.hpp93 typedef boost::parameter::aux::empty_arg_list empty_arg_list; typedef