mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
10 lines
293 B
C++
10 lines
293 B
C++
#ifndef SPROUT_VARIANT_HPP
|
|
#define SPROUT_VARIANT_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/variant/variant.hpp>
|
|
#include <sprout/variant/get.hpp>
|
|
#include <sprout/variant/static_visitor.hpp>
|
|
#include <sprout/variant/apply_visitor.hpp>
|
|
|
|
#endif // #ifndef SPROUT_VARIANT_HPP
|