Searched refs:FixedCharArray (Results 1 – 1 of 1) sorted by relevance
182 struct FixedCharArray { struct186 static constexpr FixedCharArray<N> FromLiteralString( in FromLiteralString() argument188 return (void)str, FixedCharArray<N>({{str[I]..., '\0'}}); in FromLiteralString()193 constexpr FixedCharArray<N + 1> HelpStringAsArray(int) { in HelpStringAsArray()194 return FixedCharArray<N + 1>::FromLiteralString( in HelpStringAsArray()235 constexpr FlagHelpArg HelpArg(const FixedCharArray<N>& value) { in HelpArg()