mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
reimplementation tuple class
This commit is contained in:
parent
0c15b01b0d
commit
3b0ab6f5fd
11 changed files with 438 additions and 371 deletions
21
sprout/utility/eat.hpp
Normal file
21
sprout/utility/eat.hpp
Normal file
|
@ -0,0 +1,21 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011-2014 Bolero MURAKAMI
|
||||
https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef SPROUT_UTILITY_EAT_HPP
|
||||
#define SPROUT_UTILITY_EAT_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
|
||||
namespace sprout {
|
||||
//
|
||||
// eat
|
||||
//
|
||||
inline SPROUT_CXX14_CONSTEXPR void
|
||||
eat(...) SPROUT_NOEXCEPT {}
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_UTILITY_EAT_HPP
|
Loading…
Add table
Add a link
Reference in a new issue