boost_redis
1.4.2
A redis client library
ignore.hpp
1
2
/* Copyright (c) 2018-2022 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
boost
redis
ignore.hpp
Generated on Fri Aug 18 2023 23:21:52 for boost_redis by
1.9.4