Sha256: d3c3dc0adbe212014feae5d7e0b1b5d10a199ca270b85ba6ce259212bc7e585e

Contents?: true

Size: 221 Bytes

Versions: 2

Compression:

Stored size: 221 Bytes

Contents

/* C++11 introduced the "using name = type;" construct as an alternative
  to typedefs. Process them as typedefs. Contributed by Maxime Coste */

using Integer = int;

template <typename T>
using Vector = std::vector<T>;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ctags.rb-1.1.4 ext/vendor/ctags/Units/parser-cxx.r/cpp-type-alias-with-using-keyword.d/input.cpp
ctags.rb-1.1.3 ext/vendor/ctags/Units/parser-cxx.r/cpp-type-alias-with-using-keyword.d/input.cpp