cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
constexpr/const
constexpr/const
Mar 17, 2016 at 9:15pm UTC
mwaddell
(17)
I am learning about constant types constexpr and const. I am trying to differentiate the uses for these in a practical sense. Can someone give me a simple example of using these correctly?
1
2
constexpr
(type) (name) = (value)
const
(type_ (name) = (value)
Mar 17, 2016 at 9:25pm UTC
keskiverto
(10402)
Not so simple:
http://en.cppreference.com/w/cpp/language/constexpr
http://en.cppreference.com/w/cpp/language/cv
Topic archived. No new replies allowed.