proxygen
GCC61971 Namespace Reference

Classes

struct  S
 

Functions

template<typename T1 >
constexpr auto concatStuff (const T1 &component) noexcept
 

Variables

constexpr auto xyz = folly::makeFixedString("xyz")
 
constexpr auto dot = folly::makeFixedString(".")
 
constexpr auto co = folly::makeFixedString("co")
 

Function Documentation

template<typename T1 >
constexpr auto GCC61971::concatStuff ( const T1 component)
noexcept

Definition at line 674 of file FixedStringTest.cpp.

674  {
675  return xyz + dot + component;
676 }
constexpr auto xyz
constexpr auto dot

Variable Documentation

constexpr auto GCC61971::dot = folly::makeFixedString(".")
constexpr auto GCC61971::xyz = folly::makeFixedString("xyz")

Definition at line 670 of file FixedStringTest.cpp.