add folly::FixedString, a constexpr-usable string with a fixed-size internal buffer
Summary: Inspired by http://wg21.link/p0259, folly::BasicFixedString is a std::string replacement that is usable in constexpr contexts. It uses an internal fixed-size buffer to store up to N characters, where N is a template parameter. Reviewed By: luciang Differential Revision: D4249529 fbshipit-source-id: 10f12ea2510a8d21ec60a07a8f15ecc3e35c5431
Showing
folly/FixedString.h
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment