Opened 11 years ago
#5698 new Feature Requests
Contains parameter
| Reported by: | Owned by: | Daniel Wallin | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | parameter |
| Version: | Boost 1.47.0 | Severity: | Not Applicable |
| Keywords: | Cc: |
Description
I tested this
template<typename Args, typename Tag>
struct contains_parameter
: mpl::not_<
typename boost::is_void<
typename parameter::binding<
Args,
Tag,
void
>::type
>::type
>
{};
which first appeared here:
and would like to suggest it as an addition.
Note:
See TracTickets
for help on using tickets.
