Xmipp  v3.23.11-Nereus
Static Public Member Functions | List of all members
cif::std_from_chars< T > Struct Template Reference

Static Public Member Functions

static std::from_chars_result from_chars (const char *a, const char *b, T &d)
 

Detailed Description

template<typename T>
struct cif::std_from_chars< T >

Definition at line 110 of file validate.cpp.

Member Function Documentation

◆ from_chars()

template<typename T >
static std::from_chars_result cif::std_from_chars< T >::from_chars ( const char *  a,
const char *  b,
T &  d 
)
inlinestatic

Definition at line 112 of file validate.cpp.

113  {
114  return std::from_chars(a, b, d);
115  }
doublereal * d
doublereal * b
doublereal * a

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