kblib 0.2.3
General utilities library for modern C++
kblib::detail::arithmetic_type< T, true > Struct Template Reference

Filter only arithmetic types. More...

#include <kblib/stringops.h>

Public Types

using type = T
 

Detailed Description

template<typename T>
struct kblib::detail::arithmetic_type< T, true >

Filter only arithmetic types.

Provides the member type = T. This partial specialization is for arithmetic types.

Definition at line 97 of file stringops.h.

Member Typedef Documentation

◆ type

template<typename T >
using kblib::detail::arithmetic_type< T, true >::type = T

Definition at line 98 of file stringops.h.


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