LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
util::details::ValueToString< Value, typename > Struct Template Reference

#include "MultipleChoiceSelection.h"

Static Public Member Functions

template<typename T >
static std::optional< std::string > convert (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 57 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 531 of file MultipleChoiceSelection.h.

532  {
533  return {};
534  }

Member Data Documentation

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

Definition at line 528 of file MultipleChoiceSelection.h.


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