cds
2.3.2
|
Metafunction to find What
option in Options
list.
More...
#include <cds/opt/options.h>
Public Types | |
typedef details::find_option< What, Options... >::type | type |
Metafunction result. | |
Metafunction to find What
option in Options
list.
If Options
contains What< Val >
option for any Val
then the result is What< Val >
Otherwise the result is What
.
Example: