Author.hpp
Basic information about an author.
This file is part of Empirical, https://github.com/devosoft/Empirical Copyright (C) 2016-2017 Michigan State University MIT Software license; see doc/LICENSE.md
Developer notes:
Prefixes (Dr., Prof., etc) and Suffixes (Jr., Sr., III, etc.) should be allowed.
Most parts of names can be auto-detected.
GetName() (with formatting) needs to be implemented (notes below)
Consider using ce_string for inputs? And making other aspects const expression?
Defines
-
INCLUDE_EMP_SCHOLAR_AUTHOR_HPP_GUARD