msl 1.3.0
Loading...
Searching...
No Matches
Dictionary.h File Reference

Go to the source code of this file.

Classes

class  msl::Dictionary
 Generic key-value associative container. More...
 

Namespaces

namespace  msl
 Top-level namespace of the msl library.
 

Macros

#define DECLARE_POINTERS(name)
 Declare pointer type aliases.
 

Macro Definition Documentation

◆ DECLARE_POINTERS

#define DECLARE_POINTERS (   name)
Value:
\
using Pointer = std::shared_ptr<name>; \
\
using ConstPointer = std::shared_ptr<name const>;

Declare pointer type aliases.