Searched defs:char_array (Results 1 – 1 of 1) sorted by relevance
24 template<std::size_t S> struct char_array { typedef char (&type)[S]; }; struct