Namespaces
Variants
Actions

User:ERCaGuy

From cppreference.com

My name is Gabriel Staples

ERCaGuy stands for "Electric RC Aircraft Guy".

This is me:


See my contributions to cppreference.com here.


I'm also on LinkedIn here: https://www.linkedin.com/in/gabriel-staples/. Note: please DO follow me, but don't add me unless we've had enough prior contact that we can vouch for each other's skills, at least to some degree.

Personal websites

  1. https://gabrielstaples.com/
  2. https://www.electricrcaircraftguy.com/

Notes to self

See: https://en.cppreference.com/w/Template:dsc

I added an advanced dsc example here (https://en.cppreference.com/w/cpp/types/type_info), like this (see the typeid entry below):

wrapper around a type_info object, that can be used as index in associative and unordered associative containers
(class) [edit]
typeid Queries information of a type, returning a std::type_info object representing the type.