Function contains
Synopsis
#include "breeze/text/set_of_chars.hpp"
bool contains(char c) const noexcept
Description
- Returns
true
if an only if*this
contains the characterc
.
Source
Line 148 in breeze/text/set_of_chars.hpp.
#include "breeze/text/set_of_chars.hpp"
bool contains(char c) const noexcept
true
if an only if *this
contains the character c
. Line 148 in breeze/text/set_of_chars.hpp.