Searched refs:nullable_fixed_string (Results 1 – 1 of 1) sorted by relevance
107 struct nullable_fixed_string { struct111 constexpr nullable_fixed_string(std::nullptr_t) : is_null {true}, value {} {} in nullable_fixed_string() function113 constexpr nullable_fixed_string(char const (&sv)[N]) : is_null {false} in nullable_fixed_string() argument126 template <nullable_fixed_string descriptor_t>141 template <nullable_fixed_string descriptor_t>156 template <nullable_fixed_string descriptor_t>171 template <nullable_fixed_string descriptor_t, nullable_fixed_string name_t, nullable_fixed_string s…193 template <nullable_fixed_string descriptor_t, nullable_fixed_string name_t, nullable_fixed_string s…215 template <nullable_fixed_string descriptor_t, nullable_fixed_string name_t, nullable_fixed_string s…237 template <nullable_fixed_string descriptor_t, nullable_fixed_string name_t, nullable_fixed_string s…[all …]