Searched defs:has_arg (Results 1 – 16 of 16) sorted by relevance
28 struct has_arg struct30 typedef typename parameter::binding<bound_args, tag_type, mpl::void_>::type type;31 static const bool value = mpl::is_not_void_<type>::type::value;
81 struct has_arg struct83 typedef typename boost::parameter::binding<bound_args, tag_type, void>::type type;84 static const bool value = !boost::is_void<type>::value;
16 int has_arg; member
43 int has_arg; member
14 int has_arg; member
17 int has_arg; member
103 int has_arg; member
92 int has_arg; member
17 int has_arg; /* one of the above macros */ member
157 int has_arg = -1; in getopt_internal() local
65 int has_arg; /* does it take an argument? */ member
29 int has_arg; member
131 bool has_arg() const { return has_arg_; } in has_arg() function
540 bool has_arg = false; in IdentifierOrCall() local
603 int has_arg; /* Argument requirement */ member