cx_stringlist.h File Reference
Include dependency graph for cx_stringlist.h:

Go to the source code of this file.
Classes | |
class | dnai::utils::vector< Value, Size > |
Namespaces | |
dnai | |
dnai::utils | |
Typedefs | |
template<std::size_t Count = 5> | |
using | dnai::utils::cx_stringlist = vector< static_string, Count > |
Functions | |
template<typename T , size_t Size1, size_t Size2> | |
constexpr bool | dnai::utils::operator== (const vector< T, Size1 > &x, const vector< T, Size2 > &y) |
template<typename Value , std::size_t S1, std::size_t S2> | |
constexpr auto | dnai::utils::operator+ (vector< Value, S1 > a, vector< Value, S2 > b) |