[ Web Proxy ]
URL:
Viewing: https://ko.cppreference.com/cpp/utility#Integer_comparison_functions [Back]  [Original]

- cppreference.com
cppreference.com

cppreference.com
< cpp

C++ bit-counting partial function application . :

.

(: std::size_t, std::nullptr_t), RTTI (: std::type_info), (: std::is_integral, std::rank)

(: std::shared_ptr), (: std::allocator), C (: std::malloc)

(: std::exception, std::logic_error), (: assert)

allows the use of initializer list syntax to initialize non plain-old-data types
(class template) [edit]

. ( : va_start, va_arg, va_end)


(: std::abort, std::atexit), (: std::system), (: std::raise)

(: std::chrono::time_point, std::chrono::duration), C (: std::time, std::clock)


(class) [edit]

(e.g. std::bind), (e.g. std::function), (e.g. std::plus, std::equal_to)

pair tuple

,
(class template) [edit]
(C++11)

(class template) [edit]
tag type used to select correct function overload for piecewise construction
(class) [edit]
an object of type piecewise_construct_t used to disambiguate functions for piecewise construction
(constant) [edit]
implements compile-time sequence of integers
(class template) [edit]

Swap, forward, move


(function template) [edit]
(C++14)

(function template) [edit]
(C++11)
forwards a function argument
(function template) [edit]
(C++11)
obtains an rvalue reference
(function template) [edit]
obtains an rvalue reference if the move constructor does not throw
(function template) [edit]
(C++11)
obtains the type of expression in unevaluated context
(function template) [edit]

Defined in namespace std::rel_ops
operator== operator<
(function template) [edit]

Hash support

(C++11)

(class template) [edit]

Optional types

<optional> .
(C++14)

(class template) [edit]
disambiguation tag type for in-place construction of optional types
(class) [edit]
(C++14)
an object of type in_place_t
(function) [edit]
(C++14)
indicator of optional type with uninitialized state
(class) [edit]
(C++14)
an object of type nullopt_t
(function) [edit]
exception indicating access to a optional type with uninitialized state
(class) [edit]

Web Proxy Viewer  |  New URL  |  Original Page