OpenEnroth 73e68f7
|
#include <cstddef>
Classes | |
struct | UnsizedTag |
struct | PresizedTag |
struct | AppendTag |
class | ContextTag< T > |
Namespaces | |
namespace | tags |
Functions | |
constexpr PresizedTag | tags::presized (size_t size) |
template<class T > | |
constexpr ContextTag< T > | tags::context (const T &ctx) |
Variables | |
constexpr UnsizedTag | tags::unsized |
constexpr AppendTag | tags::append |