Sprout/sprout/bit/operation.hpp
2015-01-10 19:13:57 +09:00

25 lines
972 B
C++

/*=============================================================================
Copyright (c) 2011-2015 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
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 SPROUT_BIT_OPERATION_HPP
#define SPROUT_BIT_OPERATION_HPP
#include <sprout/config.hpp>
#include <sprout/bit/shift.hpp>
#include <sprout/bit/count.hpp>
#include <sprout/bit/rightmost.hpp>
#include <sprout/bit/reverse.hpp>
#include <sprout/bit/single.hpp>
#include <sprout/bit/range.hpp>
//#include <sprout/bit/pow2.hpp>
//#include <sprout/bit/saturated.hpp>
//#include <sprout/bit/align.hpp>
//#include <sprout/bit/shuffle.hpp>
//#include <sprout/bit/deposit.hpp>
#include <sprout/bit/length.hpp>
#endif // #ifndef SPROUT_BIT_OPERATION_HPP