c_array
Summary: [Folly] `c_array`, a container for returning C arrays from `constexpr` functions. May be used until C++17 may be assumed, since C++17 specifies `constexpr` member functions of `std::array` which make `std::array` suitable for the purpose and a better choice since it can house zero-sized arrays. Reviewed By: markisaa Differential Revision: D21382680 fbshipit-source-id: 56a6528bb05988c1f1c8916f9267575783dc6276
Showing
folly/lang/CArray.h
0 → 100644
Please register or sign in to comment