Static Public Member Functions | Static Public Attributes | List of all members
util::details::ValueToString< Value, typename > Struct Template Reference

#include <MultipleChoiceSelection.h>

Static Public Member Functions

template<typename T >
static std::optional< std::stringconvert (T const &)
 

Static Public Attributes

static constexpr bool can_convert = false
 

Detailed Description

template<typename Value, typename>
struct util::details::ValueToString< Value, typename >

Definition at line 58 of file MultipleChoiceSelection.h.

Member Function Documentation

template<typename Value, typename >
template<typename T >
static std::optional<std::string> util::details::ValueToString< Value, typename >::convert ( T const &  )
inlinestatic

Definition at line 586 of file MultipleChoiceSelection.h.

586 { return {}; }

Member Data Documentation

template<typename Value, typename >
constexpr bool util::details::ValueToString< Value, typename >::can_convert = false
static

Definition at line 583 of file MultipleChoiceSelection.h.


The documentation for this struct was generated from the following file: