libcifpp
Contents
Introduction
Basic usage
Chemical Compounds
Molecular Model
Resources
Symmetry & Geometry
Bits & Pieces
API Reference
Index
libcifpp
Typedef cif::from_chars_function
View page source
Typedef cif::from_chars_function
Defined in
File text.hpp
Typedef Documentation
template
<
typename
T
>
using
cif
::
from_chars_function
=
decltype
(
std
::
from_chars
(
std
::
declval
<
const
char
*
>
(
)
,
std
::
declval
<
const
char
*
>
(
)
,
std
::
declval
<
T
&
>
(
)
)
)
helper to find a from_chars function