1 #pragma once // Source encoding: UTF-8 with BOM (π is a lowercase Greek "pi"). 14 ,
class = Enable_if_<not is_const_<Type>>
17 public reference_wrapper<Type>
22 reference_wrapper<Type>( o )
27 reference_wrapper<Type>( ref )
33 class = Enable_if_<not is_const_<Type>>
is_base_and_derived_, is_same_type_, is_a_, is_const_, is_class_, is_fixed_point_,...
auto in_out_ref(Type &o) -> In_out_ref_< Type >
Enable_if_ is just more readable than enable_if_t.
friend auto in_out_ref(U &o) -> In_out_ref_< U >
In_out_ref_(reference_wrapper< Type > &&ref)
CPPX_USE_STD(basic_string, basic_string_view, bitset, char_traits, size)
Macros for generating more concise and clear using statements, primarily $use_cppx and $use_std,...