felixguendling / cista

Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.
https://cista.rocks
MIT License
1.8k stars 116 forks source link

type_traits: Separate type traits helpers into a new header file #201

Closed khng300 closed 11 months ago

khng300 commented 11 months ago

This commit adds cista/type_traits.h and move is_char_array_helper and is_string_helper into that new header file.