mirror of
https://github.com/boostorg/hof.git
synced 2026-01-27 06:52:12 +00:00
64 lines
1.6 KiB
C++
64 lines
1.6 KiB
C++
/*=============================================================================
|
|
Copyright (c) 2016 Paul Fultz II
|
|
fit.hpp
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
==============================================================================*/
|
|
|
|
#ifndef FIT_GUARD_FIT_HPP
|
|
#define FIT_GUARD_FIT_HPP
|
|
|
|
#include <fit/alias.hpp>
|
|
#include <fit/always.hpp>
|
|
#include <fit/apply_eval.hpp>
|
|
#include <fit/apply.hpp>
|
|
#include <fit/arg.hpp>
|
|
#include <fit/by.hpp>
|
|
#include <fit/capture.hpp>
|
|
#include <fit/combine.hpp>
|
|
#include <fit/compose.hpp>
|
|
#include <fit/compress.hpp>
|
|
#include <fit/conditional.hpp>
|
|
#include <fit/construct.hpp>
|
|
#include <fit/decay.hpp>
|
|
#include <fit/decorate.hpp>
|
|
#include <fit/eval.hpp>
|
|
#include <fit/fix.hpp>
|
|
#include <fit/flip.hpp>
|
|
#include <fit/flow.hpp>
|
|
#include <fit/function.hpp>
|
|
#include <fit/identity.hpp>
|
|
#include <fit/if.hpp>
|
|
#include <fit/implicit.hpp>
|
|
#include <fit/indirect.hpp>
|
|
#include <fit/infix.hpp>
|
|
#include <fit/is_callable.hpp>
|
|
#include <fit/lambda.hpp>
|
|
#include <fit/lazy.hpp>
|
|
#include <fit/lift.hpp>
|
|
#include <fit/limit.hpp>
|
|
#include <fit/match.hpp>
|
|
#include <fit/mutable.hpp>
|
|
#include <fit/pack.hpp>
|
|
#include <fit/partial.hpp>
|
|
#include <fit/pipable.hpp>
|
|
#include <fit/placeholders.hpp>
|
|
#include <fit/protect.hpp>
|
|
#include <fit/repeat.hpp>
|
|
#include <fit/repeat_while.hpp>
|
|
#include <fit/result.hpp>
|
|
#include <fit/returns.hpp>
|
|
#include <fit/reveal.hpp>
|
|
#include <fit/reverse_compress.hpp>
|
|
#include <fit/rotate.hpp>
|
|
#include <fit/static.hpp>
|
|
#include <fit/tap.hpp>
|
|
#include <fit/unpack.hpp>
|
|
|
|
|
|
namespace fit {
|
|
|
|
} // namespace fit
|
|
|
|
#endif
|