Metafunction to select option value.
More...
#include <cds/opt/options.h>
template<typename Option>
struct cds::opt::value< Option >
Metafunction to select option value.
This metafunction is intended for extracting the value of the Option
option. For example,
#include <cds/opt/options.h>
#include <type_traits>
struct tag_a;
static_assert( std::is_same< tag_option_value, tag_a >::value, "Error: tag_option_value != tag_a" );
The documentation for this struct was generated from the following file: