1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-02-04 21:33:56 +00:00
Sprout/sprout/variant.hpp

16 lines
514 B
C++
Raw Normal View History

#ifndef SPROUT_VARIANT_HPP
#define SPROUT_VARIANT_HPP
#include <sprout/config.hpp>
#include <sprout/variant/variant.hpp>
2012-10-24 20:52:09 +09:00
#include <sprout/variant/io.hpp>
#include <sprout/variant/tuple.hpp>
#include <sprout/variant/get.hpp>
#include <sprout/variant/static_visitor.hpp>
2012-12-20 00:09:05 +09:00
#include <sprout/variant/static_variant_visitor.hpp>
2012-12-20 01:06:50 +09:00
#include <sprout/variant/as_variant_visitor.hpp>
2012-12-20 00:09:05 +09:00
#include <sprout/variant/visitor_result.hpp>
#include <sprout/variant/apply_visitor.hpp>
#endif // #ifndef SPROUT_VARIANT_HPP