![]() |
Scarab
v3.5.4
Project 8 C++ Utility Library
|
Adaptor for set-like structure: This just wraps a normal container in a few utilities that do almost nothing. More...
#include <CLI11.hpp>

Public Types | |
| using | value_type = typename T::value_type |
| using | first_type = typename std::remove_const< value_type >::type |
| using | second_type = typename std::remove_const< value_type >::type |
Static Public Member Functions | |
| template<typename Q > | |
| static auto | first (Q &&pair_value) -> decltype(std::forward< Q >(pair_value)) |
| Get the first value (really just the underlying value) More... | |
| template<typename Q > | |
| static auto | second (Q &&pair_value) -> decltype(std::forward< Q >(pair_value)) |
| Get the second value (really just the underlying value) More... | |
Adaptor for set-like structure: This just wraps a normal container in a few utilities that do almost nothing.
| using first_type = typename std::remove_const<value_type>::type |
| using second_type = typename std::remove_const<value_type>::type |
| using value_type = typename T::value_type |
|
inlinestatic |
|
inlinestatic |
1.8.13