6 lines
102 B
C++
6 lines
102 B
C++
#pragma once
|
|
#include <vector>
|
|
|
|
//! A "bitset" of variable length
|
|
typedef std::string Flexblock;
|