mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add pointer_cast
This commit is contained in:
parent
897d1e25b6
commit
fbb95d9068
36 changed files with 553 additions and 72 deletions
22
sprout/utility/cast.hpp
Normal file
22
sprout/utility/cast.hpp
Normal file
|
@ -0,0 +1,22 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011-2014 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_UTILITY_CAST_HPP
|
||||
#define SPROUT_UTILITY_CAST_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/utility/as_lvalue.hpp>
|
||||
#include <sprout/utility/as_const.hpp>
|
||||
#include <sprout/utility/lvalue_forward.hpp>
|
||||
#include <sprout/utility/unmove.hpp>
|
||||
#include <sprout/utility/pass_through.hpp>
|
||||
#include <sprout/utility/implicit_cast.hpp>
|
||||
#include <sprout/utility/upcast.hpp>
|
||||
#include <sprout/utility/dyn_cast.hpp>
|
||||
#include <sprout/utility/reinter_cast.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_UTILITY_CAST_HPP
|
Loading…
Add table
Add a link
Reference in a new issue