template <class T>
typed_value<T, wchar_t>* wvalue()
template <class T>
typed_value<T, wchar_t>* wvalue()Description
Creates a typed_value <T > instance. This function is the primary method to create value_semantic instance for a specific type, which can later be passed to 'option_description' constructor.
Declared at: libs/pika/program_options/include/pika/program_options/value_semantic.hpp:417