All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
icarus::ParsingToolkit::CCTypeAdapter< CCTF > Struct Template Reference

#include <ParsingToolkit.h>

Public Member Functions

template<typename Ch >
constexpr bool operator() (Ch c) const noexcept
 

Detailed Description

template<int(*)(int) CCTF>
struct icarus::ParsingToolkit::CCTypeAdapter< CCTF >

Definition at line 85 of file ParsingToolkit.h.

Member Function Documentation

template<int(*)(int) CCTF>
template<typename Ch >
constexpr bool icarus::ParsingToolkit::CCTypeAdapter< CCTF >::operator() ( Ch  c) const
inlinenoexcept

Definition at line 87 of file ParsingToolkit.h.

88  { return CCTF(static_cast<unsigned char>(c)); }

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