mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
sprout/variant.hpp 追加
sprout/type.hpp 追加
This commit is contained in:
parent
488df1e685
commit
b6bf03c4ed
30 changed files with 905 additions and 102 deletions
8
sprout/variant.hpp
Normal file
8
sprout/variant.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef SPROUT_VARIANT_HPP
|
||||
#define SPROUT_VARIANT_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/variant/variant.hpp>
|
||||
#include <sprout/variant/get.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_VARIANT_HPP
|
Loading…
Add table
Add a link
Reference in a new issue