Top "Definition" questions

A generic tag for topics providing definitions.

What Does cv-qualified Mean?

I have started seeing the term "cv-qualified" being thrown around a lot. An answer to my last question: if T …

c++ declaration definition qualifiers
Find where a variable is defined in PHP (And/or SMARTY)?

I'm currently working on a very large project, and am under a lot of pressure to finish it soon, and …

php variables smarty definition
What exactly defines production?

Like almost anyone who's been programming for a while, I'm familiar with the term "production code" and have a vague …

definition semantics production
Weird undefined symbols of static constants inside a struct/class

Either I'm very tired or something weird is happening that I'm not aware of, because the code below is resulting …

c++ initialization definition static-members undefined-symbol
What exactly is One Definition Rule in C++?

What exactly does One Definition Rule in C++ say? The only trustworthy occurence I can find is in The C++ …

c++ definition
What's a 'pervasive database'?

I'm sorry, but this keyword doesn't mean anything to me... Can someone give me a definition? Thanks in advance...

database definition pervasive
Undefined reference error for static constexpr member

Consider this code: #include <vector> struct A { static constexpr int kDefaultValue = -1; std::vector<int> v; …

c++ definition constexpr c++17
Definition of ui-sref in Angular.js?

I've been having some trouble getting a decent explanation of what ui-sref is actually doing in angular. In HTML href …

html angularjs definition ui-sref
Definition of 'clean code'

Robert C. Martin offers in the fist chapter of his book 'Clean Code' several definitions of 'clean code' from differen …

coding-style definition
What is the definition of Convenience Method in regards to Objective C?

In most languages I have dealt with, one something is called a convenience method, it means that the method does …

objective-c ios definition convenience-methods