Loading [MathJax]/jax/output/HTML-CSS/config.js
Boost.Redis
1.84.0
A redis client library
►
Boost.Redis
•
All
Classes
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
ignore.hpp
1
2
/* Copyright (c) 2018-2024 Marcelo Zimbres Silva (mzimbres@gmail.com)
3
*
4
* Distributed under the Boost Software License, Version 1.0. (See
5
* accompanying file LICENSE.txt)
6
*/
7
8
#ifndef BOOST_REDIS_IGNORE_HPP
9
#define BOOST_REDIS_IGNORE_HPP
10
11
#include <boost/system/result.hpp>
12
13
#include <tuple>
14
#include <type_traits>
15
16
namespace
boost::redis
17
{
18
31
using
ignore_t
= std::decay_t<
decltype
(std::ignore)>;
32
45
extern
ignore_t
ignore
;
46
47
}
// boost::redis
48
49
#endif
// BOOST_REDIS_IGNORE_HPP
boost::redis::ignore
ignore_t ignore
Global ignore object.
boost::redis::ignore_t
std::decay_t< decltype(std::ignore)> ignore_t
Type used to ignore responses.
Definition
ignore.hpp:31
include
boost
redis
ignore.hpp
Generated on Thu Apr 3 2025 11:41:27 for Boost.Redis by
1.12.0