Explore >> Select a destination


You are here

mikejsavage.co.uk
| | www.foonathan.net
2.8 parsecs away

Travel
| | The size of std::array is known at compile-time given the type. Yet it only provides a regular .size() member function: template struct array { constexpr std::size_t size() const { return N; } }; This is annoying if you're writing generic code that expects some sort of compile-time sized range.
| | studiofreya.org
2.2 parsecs away

Travel
| | [AI summary] A C++11 variadic template example demonstrating perfect forwarding to wrap constructor calls for a structure.
| | www.cplusplus.com
3.3 parsecs away

Travel
| | [AI summary] This technical article documents the C++11 wcmatch class template used for matching wide string literals in regular expressions.
| | blog.aria.ai
26.1 parsecs away

Travel
| An introduction to and explanation of the benefits of static typing in JavaScript