![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
Variables | |
constexpr VCCC_INLINE_OR_STATIC detail_ranges_swap::swap_niebloid | swap {} |
swaps the values of two objects More... | |
constexpr VCCC_INLINE_OR_STATIC detail::advance_niebloid | advance {} |
constexpr VCCC_INLINE_OR_STATIC detail_iter_move::iter_move_niebloid | iter_move {} |
constexpr VCCC_INLINE_OR_STATIC detail_iter_swap::iter_swap_niebloid | iter_swap {} |
constexpr VCCC_INLINE_OR_STATIC detail::next_niebloid | next {} |
constexpr VCCC_INLINE_OR_STATIC detail::prev_niebloid | prev {} |
constexpr VCCC_INLINE_OR_STATIC detail::begin_niebloid | begin {} |
returns an iterator to the beginning of a range More... | |
constexpr VCCC_INLINE_OR_STATIC detail::cbegin_niebloid | cbegin {} |
returns an iterator to the beginning of a read-only range More... | |
constexpr VCCC_INLINE_OR_STATIC detail::cdata_niebloid | cdata {} |
constexpr VCCC_INLINE_OR_STATIC detail::cend_niebloid | cend {} |
returns a sentinel indicating the end of a read-only range More... | |
constexpr VCCC_INLINE_OR_STATIC detail::crbegin_niebloid | crbegin {} |
constexpr VCCC_INLINE_OR_STATIC detail::crend_niebloid | crend {} |
constexpr VCCC_INLINE_OR_STATIC detail::data_niebloid | data {} |
obtains a pointer to the beginning of a contiguous range More... | |
constexpr VCCC_INLINE_OR_STATIC detail::distance_niebloid | distance {} |
constexpr VCCC_INLINE_OR_STATIC detail::empty_niebloid | empty {} |
checks whether a range is empty More... | |
constexpr VCCC_INLINE_OR_STATIC detail::end_niebloid | end {} |
returns a sentinel indicating the end of a range More... | |
constexpr VCCC_INLINE_OR_STATIC detail::rbegin_niebloid | rbegin {} |
constexpr VCCC_INLINE_OR_STATIC detail::rend_niebloid | rend {} |
constexpr VCCC_INLINE_OR_STATIC detail::size_niebloid | size {} |
returns the size of a container or array More... | |
constexpr VCCC_INLINE_OR_STATIC detail::ssize_niebloid | ssize {} |
returns a signed integer equal to the size of a range More... | |