ae2f_docs
BitVec.cc
Go to the documentation of this file.
1#include <ae2f/BitVec.hpp>
2
3int main() {
4
5#if __ae2f_stdcheck_CC(201103L)
6 constexpr ae2f::rBitVec<int> a{23};
7#endif
8 return 0;
9}
#define __ae2f_stdcheck_CC(v)
Definition LangVer.h:72
int main()
constexprmethod rBitVec(const t &&obj) noexcept
Definition BitVec.hpp:45
This namespace contains the class from this library.
Definition BitVec.hpp:23