kblib 0.2.3
General utilities library for modern C++
kblib::is_space Struct Reference

#include <kblib/stringops.h>

Public Member Functions

auto operator() (char c) -> bool
 
auto operator() (wchar_t c) -> bool
 

Detailed Description

Definition at line 338 of file stringops.h.

Member Function Documentation

◆ operator()() [1/2]

auto kblib::is_space::operator() ( char  c) -> bool
inline

Definition at line 339 of file stringops.h.

◆ operator()() [2/2]

auto kblib::is_space::operator() ( wchar_t  c) -> bool
inline

Definition at line 340 of file stringops.h.


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