qxLib
include
qx
algo
filters.h
Go to the documentation of this file.
1
/**
2
3
@file filters.h
4
@author Khrapov
5
@date 3.12.2023
6
@copyright © Nick Khrapov, 2023. All right reserved.
7
8
**/
9
#pragma once
10
11
namespace
qx::filters
12
{
13
14
constexpr
auto
always_true = [](
const
auto
&...)
15
{
16
return
true
;
17
};
18
19
}
// namespace qx::filters
Generated by
1.9.1