libcifpp
Contents
Introduction
Basic usage
Chemical Compounds
Molecular Model
Resources
Symmetry & Geometry
Bits & Pieces
API Reference
Page Hierarchy
Class Hierarchy
File Hierarchy
Full API
Namespaces
Classes and Structs
Enums
Functions
Variables
Defines
Typedefs
Typedef cif::from_chars_function
Typedef cif::gzio::ifstream
Typedef cif::gzio::istream
Typedef cif::gzio::ofstream
Typedef cif::iset
Typedef cif::matrix3x3
Typedef cif::matrix4x4
Typedef cif::point
Typedef cif::quaternion
Typedef cif::selected_charconv
Typedef cif::symmetric_matrix3x3
Typedef cif::symmetric_matrix4x4
Index
libcifpp
API Reference
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