代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/375190/2728814
hpp shift_left.hpp
// Copyright Aleksey Gurtovoy 2000-2004
// Copyright Jaap Suter 2003
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://
www.eeworm.com/read/375190/2728831
hpp shift_right.hpp
// Copyright Aleksey Gurtovoy 2000-2004
// Copyright Jaap Suter 2003
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://
www.eeworm.com/read/375190/2728861
hpp shift_left.hpp
// Copyright Aleksey Gurtovoy 2000-2004
// Copyright Jaap Suter 2003
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://
www.eeworm.com/read/375190/2728930
hpp shift_op.hpp
// NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying fil
www.eeworm.com/read/375190/2735733
cpp shift_right.cpp
// Copyright Aleksey Gurtovoy 2002-2004
//
// 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
www.eeworm.com/read/375190/2735748
cpp shift_left.cpp
// Copyright Aleksey Gurtovoy 2002-2004
//
// 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
www.eeworm.com/read/375190/2735879
rst shift_left.rst
.. Metafunctions/Bitwise Operations//shift_left
.. Copyright Aleksey Gurtovoy, David Abrahams 2007.
.. Distributed under the Boost
.. Software License, Version 1.0. (See accompanying
.. file LICENSE_
www.eeworm.com/read/375190/2735954
rst shift_right.rst
.. Metafunctions/Bitwise Operations//shift_right
.. Copyright Aleksey Gurtovoy, David Abrahams 2007.
.. Distributed under the Boost
.. Software License, Version 1.0. (See accompanying
.. file LICENSE
www.eeworm.com/read/374581/2749477
tests shift1.tests
$THIS_SH -c 'shift; echo "$@"' 0 1 2 3 4
#We do abort on -1, but then we abort. bash executes echo.
$THIS_SH -c 'shift -1; echo "$@"' 0 1 2 3 4
$THIS_SH -c 'shift 0; echo "$@"' 0 1 2 3 4
$THIS_SH
www.eeworm.com/read/374581/2749478
right shift1.right
2 3 4
0: shift: line 1: Illegal number: -1
1 2 3 4
2 3 4
3 4
4
1 2 3 4
1 2 3 4