mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-02 14:04:20 +00:00
fix optional
This commit is contained in:
parent
a1c119a9bb
commit
6a78f64feb
9 changed files with 233 additions and 67 deletions
20
sprout/tuple/flexibly_construct.hpp
Normal file
20
sprout/tuple/flexibly_construct.hpp
Normal file
|
@ -0,0 +1,20 @@
|
|||
#ifndef SPROUT_TUPLE_FREXIBLY_CONSTRUCT_HPP
|
||||
#define SPROUT_TUPLE_FREXIBLY_CONSTRUCT_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
|
||||
namespace sprout {
|
||||
namespace tuples {
|
||||
//
|
||||
// flexibly_construct_t
|
||||
// flexibly_construct
|
||||
//
|
||||
struct flexibly_construct_t {};
|
||||
SPROUT_STATIC_CONSTEXPR sprout::tuples::flexibly_construct_t flexibly_construct = {};
|
||||
} // namespace tuples
|
||||
|
||||
using sprout::tuples::flexibly_construct_t;
|
||||
using sprout::tuples::flexibly_construct;
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_TUPLE_FREXIBLY_CONSTRUCT_HPP
|
Loading…
Add table
Add a link
Reference in a new issue