NetworKit
Large-Scale Network Analysis
Get Started
Documentation
Features
News
Publications
NetworKit Day
Credits & References
Python Documentation
C++ Documentation
Page Hierarchy
Class Hierarchy
File Hierarchy
Full API
Namespaces
Classes and Structs
Enums
Functions
Variables
Defines
Typedefs
Directories
Pages
Jupyter Notebook
Developer Guide
Typedef Aux::Parsing::Impl::ArithmeticTag
¶
Defined in
File NumberParsing.hpp
Typedef Documentation
¶
template
<
typename
T
>
using
Aux
::
Parsing
::
Impl
::
ArithmeticTag
=
typename
std
::
conditional
<
std
::
is_integral
<
T
>
::
value
,
IntegerTag
,
typename
std
::
conditional
<
std
::
is_floating_point
<
T
>
::
value
,
RealTag
,
void
>
::
type
>
::
type
¶