#ifndef _FLUENT_HPP_ #define _FLUENT_HPP_ #include #include #include #include "functional_unwrap.hpp" /* struct ProtoContinueable { template ProtoContinueable then(Callback&& callback) { return ProtoContinueable(); } template ProtoContinueable weak(Container& container) { return ProtoContinueable(); } ProtoContinueable strong() { return ProtoContinueable(); } }; */ void do_export(); #endif /// _FLUENT_HPP_