IdentMap.opIndex - multiple declarations

Function IdentMap.opIndex

lookup id for string, return 0 if string is not found

Prototype

ident_t opIndex(
  string s
);

Function IdentMap.opIndex

lookup name for id, return null if not found

Prototype

string opIndex(
  ident_t id
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2015

License

Boost License 1.0