1 #pragma once // Source encoding: UTF-8 with BOM (π is a lowercase Greek "pi"). 15 class Derived,
class Type,
16 class = Enable_if_<is_base_and_derived_<Type, Derived>>
auto is_of_derived_class_(const Type &o) -> Truth
Some_type * P_
Creates a raw pointer type.
A drop-in replacement for bool without implicit conversion from/to types other than bool.
is_base_and_derived_, is_same_type_, is_a_, is_const_, is_class_, is_fixed_point_,...
Enable_if_ is just more readable than enable_if_t.
Truth is a drop-in replacement for bool without implicit conversion from/to types other than bool.
Simple type builders Type_, P_, R_, Raw_array_ and Raw_array_of_.