1 #ifndef SILICIUM_MOVE_HPP
2 #define SILICIUM_MOVE_HPP
5 #include <boost/static_assert.hpp>
10 typename std::remove_reference<T>::type &&
move(T &&ref)
13 return static_cast<typename std::remove_reference<T>::type &&
>(ref);
std::remove_reference< T >::type && move(T &&ref)
Definition: move.hpp:10
BOOST_STATIC_ASSERT(Si::is_handle< absolute_path >::value)
Definition: absolute_path.hpp:19