[contents]
				
								
				f++ :   
				
				n++ :   
								
				
								
				
								
				
								
				
								
							
						Contents
Syntax
									The syntax for 
name.size() std::vector.size(name)
@name.size() @std::vector.size(name)
Description
									The 
									Note: For large scale projects you will find specifying the 
f++ example
									Example of 
std::vector<double> v v.push_back(2.0, 5.3, 3.26) console(v.size()) console(std::vector.size(v))
n++ example
									Example of 
@std::vector<double> v @v.push_back(2.0, 5.3, 3.26) @console(v.size()) @console(std::vector.size(v))

![[ports] (FreeBSD) Get it from the FreeBSD [ports]](../../images/freebsd.webp)
